3 references to AddKeyed
Microsoft.Extensions.DependencyInjection.Abstractions (3)
ServiceCollectionServiceExtensions.Keyed.cs (3)
35return AddKeyed(services, serviceType, serviceKey, implementationType, ServiceLifetime.Transient); 193return AddKeyed(services, serviceType, serviceKey, implementationType, ServiceLifetime.Scoped); 351return AddKeyed(services, serviceType, serviceKey, implementationType, ServiceLifetime.Singleton);