9 references to KeyedAutoActivators
Microsoft.Extensions.DependencyInjection.AutoActivation (9)
AutoActivationExtensions.Keyed.cs (8)
34if (ao.KeyedAutoActivators.Contains((constructed, serviceKey))) 39if (ao.KeyedAutoActivators.Remove((typeof(TService), serviceKey))) 41_ = ao.KeyedAutoActivators.Add((constructed, serviceKey)); 45_ = ao.KeyedAutoActivators.Add((typeof(TService), serviceKey)); 72if (ao.KeyedAutoActivators.Contains((constructed, serviceKey))) 77if (ao.KeyedAutoActivators.Remove((serviceType, serviceKey))) 79_ = ao.KeyedAutoActivators.Add((constructed, serviceKey)); 83_ = ao.KeyedAutoActivators.Add((serviceType, serviceKey));
AutoActivationHostedService.cs (1)
31foreach (var (serviceType, serviceKey) in _options.KeyedAutoActivators)