9 references to Describe
Microsoft.Extensions.DependencyInjection.Abstractions (9)
ServiceDescriptor.cs (9)
438return Describe(typeof(TService), implementationFactory, ServiceLifetime.Transient);
476return Describe(typeof(TService), implementationFactory, ServiceLifetime.Transient);
509return Describe(service, implementationFactory, ServiceLifetime.Transient);
609return Describe(typeof(TService), implementationFactory, ServiceLifetime.Scoped);
647return Describe(typeof(TService), implementationFactory, ServiceLifetime.Scoped);
680return Describe(service, implementationFactory, ServiceLifetime.Scoped);
787return Describe(typeof(TService), implementationFactory, ServiceLifetime.Singleton);
825return Describe(typeof(TService), implementationFactory, ServiceLifetime.Singleton);
862return Describe(serviceType, implementationFactory, ServiceLifetime.Singleton);