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