1 write to _hostStopped
Microsoft.Extensions.Hosting (1)
Internal\Host.cs (1)
285_hostStopped = true;
1 reference to _hostStopped
Microsoft.Extensions.Hosting (1)
Internal\Host.cs (1)
445private bool IsRunning => _applicationLifetime.ApplicationStarted.IsCancellationRequested && !_hostStopped;