9 references to AutoActivators
Microsoft.Extensions.DependencyInjection.AutoActivation (9)
AutoActivationExtensions.cs (8)
34if (ao.AutoActivators.Contains(constructed)) 39if (ao.AutoActivators.Remove(typeof(TService))) 41_ = ao.AutoActivators.Add(constructed); 45_ = ao.AutoActivators.Add(typeof(TService)); 68if (ao.AutoActivators.Contains(constructed)) 73if (ao.AutoActivators.Remove(serviceType)) 75_ = ao.AutoActivators.Add(constructed); 79_ = ao.AutoActivators.Add(serviceType);
AutoActivationHostedService.cs (1)
26foreach (var singleton in _options.AutoActivators)