IDecoratorRepository
Represents a decorator registration repository.
Adds a decorator to the repository.
IEnumerable<ServiceRegistration> GetDecoratorsOrDefault(Type implementationTypeToDecorate, TypeInformation typeInformation, ResolutionContext resolutionContext)
Gets all decorator registration.
ServiceRegistration GetNextDecoratorOrDefault(Type implementationTypeToDecorate, TypeInformation typeInformation, ResolutionContext resolutionContext)
Gets a decorator registration.
Returns all registration mappings.