3 references to Describe
Microsoft.Extensions.DependencyInjection.Abstractions (3)
ServiceDescriptor.cs (3)
377return Describe(service, implementationType, ServiceLifetime.Transient); 551return Describe(service, implementationType, ServiceLifetime.Scoped); 726return Describe(service, implementationType, ServiceLifetime.Singleton);