9 references to DescribeKeyed
Microsoft.Extensions.DependencyInjection.Abstractions (9)
ServiceDescriptor.cs (9)
445return DescribeKeyed(typeof(TService), serviceKey, implementationFactory, ServiceLifetime.Transient); 478return DescribeKeyed(typeof(TService), serviceKey, implementationFactory, ServiceLifetime.Transient); 511return DescribeKeyed(service, serviceKey, implementationFactory, ServiceLifetime.Transient); 616return DescribeKeyed(typeof(TService), serviceKey, implementationFactory, ServiceLifetime.Scoped); 649return DescribeKeyed(typeof(TService), serviceKey, implementationFactory, ServiceLifetime.Scoped); 682return DescribeKeyed(service, serviceKey, implementationFactory, ServiceLifetime.Scoped); 794return DescribeKeyed(typeof(TService), serviceKey, implementationFactory, ServiceLifetime.Singleton); 829return DescribeKeyed(typeof(TService), serviceKey, implementationFactory, ServiceLifetime.Singleton); 867return DescribeKeyed(serviceType, serviceKey, implementationFactory, ServiceLifetime.Singleton);