3 references to AddKeyedSingleton
Microsoft.Extensions.DependencyInjection.Abstractions (2)
ServiceCollectionServiceExtensions.Keyed.cs (2)
459
return services.
AddKeyedSingleton
(typeof(TService), serviceKey, implementationFactory);
485
return services.
AddKeyedSingleton
(typeof(TService), serviceKey, implementationFactory);
Microsoft.Extensions.DependencyInjection.AutoActivation (1)
AutoActivationExtensions.Keyed.cs (1)
211
.
AddKeyedSingleton
(serviceType, serviceKey, implementationFactory)