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