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));
442
try {
_cts
?.Cancel(); } catch { }
457
_cts
?.Dispose();