1 write to _hostedLifecycleServices
Microsoft.Extensions.Hosting (1)
5 references to _hostedLifecycleServices
Microsoft.Extensions.Hosting (5)
Internal\Host.cs (5)
112if (_hostedLifecycleServices is not null)
114await ForeachService(_hostedLifecycleServices, cancellationToken, concurrent, abortOnFirstException, exceptions,
137if (_hostedLifecycleServices is not null)
139await ForeachService(_hostedLifecycleServices, cancellationToken, concurrent, abortOnFirstException, exceptions,
245IEnumerable<IHostedLifecycleService>? reversedLifetimeServices = _hostedLifecycleServices?.Reverse();