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