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(); 89await _clientCts.CancelAsync(); 94catch (OperationCanceledException) when (_clientCts.IsCancellationRequested) 120_clientCts.Dispose();