2 references to KeyedSingleton
Microsoft.Extensions.DependencyInjection.AutoActivation (2)
AutoActivationExtensions.Keyed.cs (2)
308services.TryAddAndActivateKeyed<TService>(ServiceDescriptor.KeyedSingleton<TService, TService>(serviceKey)); 326services.TryAddAndActivateKeyed<TService>(ServiceDescriptor.KeyedSingleton<TService, TImplementation>(serviceKey));