6 references to DescribeKeyed
Microsoft.Extensions.DependencyInjection.Abstractions (6)
ServiceDescriptor.cs (6)
343return DescribeKeyed<TService, TImplementation>(null, ServiceLifetime.Transient); 359return DescribeKeyed<TService, TImplementation>(serviceKey, ServiceLifetime.Transient); 520return DescribeKeyed<TService, TImplementation>(null, ServiceLifetime.Scoped); 536return DescribeKeyed<TService, TImplementation>(serviceKey, ServiceLifetime.Scoped); 691return DescribeKeyed<TService, TImplementation>(null, ServiceLifetime.Singleton); 708return DescribeKeyed<TService, TImplementation>(serviceKey, ServiceLifetime.Singleton);