1 write to _hostedLifecycleServices
Microsoft.Extensions.Hosting (1)
5 references to _hostedLifecycleServices
Microsoft.Extensions.Hosting (5)
Internal\Host.cs (5)
111if (_hostedLifecycleServices is not null)
113await ForeachService(_hostedLifecycleServices, cancellationToken, concurrent, abortOnFirstException, exceptions,
136if (_hostedLifecycleServices is not null)
138await ForeachService(_hostedLifecycleServices, cancellationToken, concurrent, abortOnFirstException, exceptions,
244IEnumerable<IHostedLifecycleService>? reversedLifetimeServices = _hostedLifecycleServices?.Reverse();