3 references to AddKeyed
Microsoft.Extensions.DependencyInjection.Abstractions (3)
ServiceCollectionServiceExtensions.Keyed.cs (3)
59return AddKeyed(services, serviceType, serviceKey, implementationFactory, ServiceLifetime.Transient); 217return AddKeyed(services, serviceType, serviceKey, implementationFactory, ServiceLifetime.Scoped); 375return AddKeyed(services, serviceType, serviceKey, implementationFactory, ServiceLifetime.Singleton);