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