6 references to DescribeKeyed
Microsoft.Extensions.DependencyInjection.Abstractions (6)
ServiceDescriptor.cs (6)
364return DescribeKeyed<TService, TImplementation>(null, ServiceLifetime.Transient);
380return DescribeKeyed<TService, TImplementation>(serviceKey, ServiceLifetime.Transient);
541return DescribeKeyed<TService, TImplementation>(null, ServiceLifetime.Scoped);
557return DescribeKeyed<TService, TImplementation>(serviceKey, ServiceLifetime.Scoped);
712return DescribeKeyed<TService, TImplementation>(null, ServiceLifetime.Singleton);
729return DescribeKeyed<TService, TImplementation>(serviceKey, ServiceLifetime.Singleton);