3 references to TryAddAndActivateKeyed
Microsoft.Extensions.DependencyInjection.AutoActivation (3)
AutoActivationExtensions.Keyed.cs (3)
252
services.
TryAddAndActivateKeyed
(ServiceDescriptor.KeyedSingleton(serviceType, serviceKey, serviceType));
272
services.
TryAddAndActivateKeyed
(ServiceDescriptor.KeyedSingleton(serviceType, serviceKey, implementationType));
292
services.
TryAddAndActivateKeyed
(ServiceDescriptor.KeyedSingleton(serviceType, serviceKey, implementationFactory));