5 references to _clientCts
Aspire.Hosting.Tests (5)
Utils\TestAppHostTerminalViewer.cs (5)
44
_run = _client.RunAsync(
_clientCts
.Token);
77
.Build().ApplyAsync(_client,
_clientCts
.Token).DefaultTimeout();
89
await
_clientCts
.CancelAsync();
94
catch (OperationCanceledException) when (
_clientCts
.IsCancellationRequested)
120
_clientCts
.Dispose();