3 references to Describe
Microsoft.Extensions.DependencyInjection.Abstractions (3)
ServiceDescriptor.cs (3)
398return Describe(service, implementationType, ServiceLifetime.Transient); 572return Describe(service, implementationType, ServiceLifetime.Scoped); 747return Describe(service, implementationType, ServiceLifetime.Singleton);