1 write to _hostedLifecycleServices
Microsoft.Extensions.Hosting (1)
Internal\Host.cs (1)
185_hostedLifecycleServices = GetHostLifecycles(_hostedServices);
5 references to _hostedLifecycleServices
Microsoft.Extensions.Hosting (5)
Internal\Host.cs (5)
202if (_hostedLifecycleServices is not null) 204await ForeachService(_hostedLifecycleServices, cancellationToken, concurrent, abortOnFirstException, exceptions, 232if (_hostedLifecycleServices is not null) 234await ForeachService(_hostedLifecycleServices, cancellationToken, concurrent, abortOnFirstException, exceptions, 345IEnumerable<IHostedLifecycleService>? reversedLifetimeServices = _hostedLifecycleServices?.Reverse();