1 write to _hostedLifecycleServices
Microsoft.Extensions.Hosting (1)
Internal\Host.cs (1)
97_hostedLifecycleServices = GetHostLifecycles(_hostedServices);
5 references to _hostedLifecycleServices
Microsoft.Extensions.Hosting (5)
Internal\Host.cs (5)
113if (_hostedLifecycleServices is not null) 115await ForeachService(_hostedLifecycleServices, cancellationToken, concurrent, abortOnFirstException, exceptions, 143if (_hostedLifecycleServices is not null) 145await ForeachService(_hostedLifecycleServices, cancellationToken, concurrent, abortOnFirstException, exceptions, 256IEnumerable<IHostedLifecycleService>? reversedLifetimeServices = _hostedLifecycleServices?.Reverse();