4 references to _cts
Aspire.Hosting.Tests (4)
Utils\TestResourceTerminalHost.cs (4)
25
_runTask = _terminal.RunAsync(
_cts
.Token);
68
await
_cts
.CancelAsync();
73
catch (OperationCanceledException) when (
_cts
.IsCancellationRequested)
80
_cts
.Dispose();