1 write to _cts
Aspire.Hosting.Tests (1)
Backchannel\GetTerminalInfoAsyncTests.cs (1)
398_cts = new CancellationTokenSource();
3 references to _cts
Aspire.Hosting.Tests (3)
Backchannel\GetTerminalInfoAsyncTests.cs (3)
399_acceptLoop = Task.Run(() => AcceptLoopAsync(_cts.Token)); 442try { _cts?.Cancel(); } catch { } 457_cts?.Dispose();