6 references to DescribeKeyed
Microsoft.Extensions.DependencyInjection.Abstractions (6)
ServiceDescriptor.cs (6)
349return DescribeKeyed<TService, TImplementation>(null, ServiceLifetime.Transient); 365return DescribeKeyed<TService, TImplementation>(serviceKey, ServiceLifetime.Transient); 526return DescribeKeyed<TService, TImplementation>(null, ServiceLifetime.Scoped); 542return DescribeKeyed<TService, TImplementation>(serviceKey, ServiceLifetime.Scoped); 697return DescribeKeyed<TService, TImplementation>(null, ServiceLifetime.Singleton); 714return DescribeKeyed<TService, TImplementation>(serviceKey, ServiceLifetime.Singleton);