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)
445
private bool IsRunning => _applicationLifetime.ApplicationStarted.IsCancellationRequested && !
_hostStopped
;