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)
444if (_acceptLoop is not null) 446try { await _acceptLoop.ConfigureAwait(false); } catch { }