1 write to _appLifetime
Microsoft.Extensions.Diagnostics.HealthChecks.Common (1)
ApplicationLifecycleHealthCheck.cs (1)
28_appLifetime = appLifetime;
3 references to _appLifetime
Microsoft.Extensions.Diagnostics.HealthChecks.Common (3)
ApplicationLifecycleHealthCheck.cs (3)
46bool isStarted = _appLifetime.ApplicationStarted.IsCancellationRequested; 52bool isStopping = _appLifetime.ApplicationStopping.IsCancellationRequested; 58bool isStopped = _appLifetime.ApplicationStopped.IsCancellationRequested;