IRegistrationRepository
Represents a registration repository.
Remaps all the registrations mapped to a service type.
Adds or updates an element in the repository.
Checks whether a type is registered in the repository.
Returns all registration mappings.
ServiceRegistration GetRegistrationOrDefault(TypeInformation typeInfo, ResolutionContext resolutionContext)
Returns a registration.
IEnumerable<ServiceRegistration> GetRegistrationsOrDefault(TypeInformation typeInfo, ResolutionContext resolutionContext)
Returns all registrations for a type.