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