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)
46
bool isStarted =
_appLifetime
.ApplicationStarted.IsCancellationRequested;
52
bool isStopping =
_appLifetime
.ApplicationStopping.IsCancellationRequested;
58
bool isStopped =
_appLifetime
.ApplicationStopped.IsCancellationRequested;