1 write to _stopping
Microsoft.Extensions.Diagnostics.HealthChecks (1)
HealthCheckPublisherHostedService.cs (1)
50
_stopping
= new CancellationTokenSource();
3 references to _stopping
Microsoft.Extensions.Diagnostics.HealthChecks (3)
HealthCheckPublisherHostedService.cs (3)
58
internal bool IsStopping =>
_stopping
.IsCancellationRequested;
80
_stopping
.Cancel();
154
cancellation = CancellationTokenSource.CreateLinkedTokenSource(
_stopping
.Token);