9 references to Describe
Microsoft.Extensions.DependencyInjection.Abstractions (9)
ServiceDescriptor.cs (9)
439return Describe(typeof(TService), implementationFactory, ServiceLifetime.Transient);
477return Describe(typeof(TService), implementationFactory, ServiceLifetime.Transient);
510return Describe(service, implementationFactory, ServiceLifetime.Transient);
610return Describe(typeof(TService), implementationFactory, ServiceLifetime.Scoped);
648return Describe(typeof(TService), implementationFactory, ServiceLifetime.Scoped);
681return Describe(service, implementationFactory, ServiceLifetime.Scoped);
788return Describe(typeof(TService), implementationFactory, ServiceLifetime.Singleton);
826return Describe(typeof(TService), implementationFactory, ServiceLifetime.Singleton);
863return Describe(serviceType, implementationFactory, ServiceLifetime.Singleton);