9 references to AutoActivators
Microsoft.Extensions.DependencyInjection.AutoActivation (9)
AutoActivationExtensions.cs (8)
35if (ao.AutoActivators.Contains(constructed)) 40if (ao.AutoActivators.Remove(typeof(TService))) 42_ = ao.AutoActivators.Add(constructed); 46_ = ao.AutoActivators.Add(typeof(TService)); 69if (ao.AutoActivators.Contains(constructed)) 74if (ao.AutoActivators.Remove(serviceType)) 76_ = ao.AutoActivators.Add(constructed); 80_ = ao.AutoActivators.Add(serviceType);
AutoActivationHostedService.cs (1)
26foreach (var singleton in _options.AutoActivators)