9 references to Describe
Microsoft.Extensions.DependencyInjection.Abstractions (9)
ServiceDescriptor.cs (9)
423return Describe(typeof(TService), implementationFactory, ServiceLifetime.Transient); 461return Describe(typeof(TService), implementationFactory, ServiceLifetime.Transient); 494return Describe(service, implementationFactory, ServiceLifetime.Transient); 594return Describe(typeof(TService), implementationFactory, ServiceLifetime.Scoped); 632return Describe(typeof(TService), implementationFactory, ServiceLifetime.Scoped); 665return Describe(service, implementationFactory, ServiceLifetime.Scoped); 772return Describe(typeof(TService), implementationFactory, ServiceLifetime.Singleton); 810return Describe(typeof(TService), implementationFactory, ServiceLifetime.Singleton); 847return Describe(serviceType, implementationFactory, ServiceLifetime.Singleton);