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