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