2 references to TryAddKeyedSingleton
Microsoft.Extensions.DependencyInjection.Abstractions (2)
Extensions\ServiceCollectionDescriptorExtensions.Keyed.cs (2)
321
TryAddKeyedSingleton
(collection, typeof(TService), serviceKey, typeof(TService));
339
TryAddKeyedSingleton
(collection, typeof(TService), serviceKey, typeof(TImplementation));