3 references to Describe
Microsoft.Extensions.DependencyInjection.Abstractions (3)
ServiceDescriptor.cs (3)
383return Describe(service, implementationType, ServiceLifetime.Transient); 557return Describe(service, implementationType, ServiceLifetime.Scoped); 732return Describe(service, implementationType, ServiceLifetime.Singleton);