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