3 references to _attachmentCts
Aspire.Hosting.Tests (3)
Utils\TestAppHostTerminalViewer.cs (3)
43
_attachment = service.AttachAsync(terminalId, _serverStream, _ => Task.CompletedTask,
_attachmentCts
.Token);
111
await
_attachmentCts
.CancelAsync();
119
_attachmentCts
.Dispose();