1 write to _cts
Aspire.Hosting (1)
Health\ResourceHealthCheckService.cs (1)
286
_cts
= CancellationTokenSource.CreateLinkedTokenSource(serviceStoppingToken);
2 references to _cts
Aspire.Hosting (2)
Health\ResourceHealthCheckService.cs (2)
294
public CancellationToken CancellationToken =>
_cts
.Token;
301
_cts
.Cancel();