6 references to DescribeKeyed
Microsoft.Extensions.DependencyInjection.Abstractions (6)
ServiceDescriptor.cs (6)
365return DescribeKeyed<TService, TImplementation>(null, ServiceLifetime.Transient);
381return DescribeKeyed<TService, TImplementation>(serviceKey, ServiceLifetime.Transient);
542return DescribeKeyed<TService, TImplementation>(null, ServiceLifetime.Scoped);
558return DescribeKeyed<TService, TImplementation>(serviceKey, ServiceLifetime.Scoped);
713return DescribeKeyed<TService, TImplementation>(null, ServiceLifetime.Singleton);
730return DescribeKeyed<TService, TImplementation>(serviceKey, ServiceLifetime.Singleton);