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