1 write to _acceptLoop
Aspire.Hosting.Tests (1)
Backchannel\GetTerminalInfoAsyncTests.cs (1)
399
_acceptLoop
= Task.Run(() => AcceptLoopAsync(_cts.Token));
2 references to _acceptLoop
Aspire.Hosting.Tests (2)
Backchannel\GetTerminalInfoAsyncTests.cs (2)
444
if (
_acceptLoop
is not null)
446
try { await
_acceptLoop
.ConfigureAwait(false); } catch { }