1 write to _stoppingCts
Microsoft.Extensions.Hosting.Abstractions (1)
BackgroundService.cs (1)
43
_stoppingCts
= CancellationTokenSource.CreateLinkedTokenSource(cancellationToken);
3 references to _stoppingCts
Microsoft.Extensions.Hosting.Abstractions (3)
BackgroundService.cs (3)
46
_executeTask = ExecuteAsync(
_stoppingCts
.Token);
74
_stoppingCts
!.Cancel();
94
_stoppingCts
?.Cancel();