4 references to AddKeyedSingleton
Microsoft.Extensions.DependencyInjection.Abstractions (3)
ServiceCollectionServiceExtensions.Keyed.cs (3)
397
return services.
AddKeyedSingleton
(typeof(TService), serviceKey, typeof(TImplementation));
417
return services.
AddKeyedSingleton
(serviceType, serviceKey, serviceType);
436
return services.
AddKeyedSingleton
(typeof(TService), serviceKey, typeof(TService));
Microsoft.Extensions.DependencyInjection.AutoActivation (1)
AutoActivationExtensions.Keyed.cs (1)
234
.
AddKeyedSingleton
(serviceType, serviceKey, implementationType)