1 write to _cts
Infrastructure.Tests (1)
PowerShellScripts\DownloadNativeArchivesTests.cs (1)
536
_cts
= new CancellationTokenSource();
3 references to _cts
Infrastructure.Tests (3)
PowerShellScripts\DownloadNativeArchivesTests.cs (3)
537
_serverTask = Task.Run(() => RunAsync(
_cts
.Token));
680
_cts
?.Cancel();
684
_cts
?.Dispose();