9 references to Describe
Microsoft.Extensions.DependencyInjection.Abstractions (9)
ServiceDescriptor.cs (9)
417return Describe(typeof(TService), implementationFactory, ServiceLifetime.Transient);
455return Describe(typeof(TService), implementationFactory, ServiceLifetime.Transient);
488return Describe(service, implementationFactory, ServiceLifetime.Transient);
588return Describe(typeof(TService), implementationFactory, ServiceLifetime.Scoped);
626return Describe(typeof(TService), implementationFactory, ServiceLifetime.Scoped);
659return Describe(service, implementationFactory, ServiceLifetime.Scoped);
766return Describe(typeof(TService), implementationFactory, ServiceLifetime.Singleton);
804return Describe(typeof(TService), implementationFactory, ServiceLifetime.Singleton);
841return Describe(serviceType, implementationFactory, ServiceLifetime.Singleton);