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);