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