1 write to _hostedLifecycleServices
Microsoft.Extensions.Hosting (1)
Internal\Host.cs (1)
98_hostedLifecycleServices = GetHostLifecycles(_hostedServices);
5 references to _hostedLifecycleServices
Microsoft.Extensions.Hosting (5)
Internal\Host.cs (5)
133if (_hostedLifecycleServices is not null) 135await ForeachService(_hostedLifecycleServices, cancellationToken, concurrent, abortOnFirstException, exceptions, 163if (_hostedLifecycleServices is not null) 165await ForeachService(_hostedLifecycleServices, cancellationToken, concurrent, abortOnFirstException, exceptions, 276IEnumerable<IHostedLifecycleService>? reversedLifetimeServices = _hostedLifecycleServices?.Reverse();