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();