19 references to _cts
Aspire.Dashboard (19)
Components\Interactions\InteractionsProvider.cs (19)
56await _semaphore.WaitAsync(_cts.Token).ConfigureAwait(false); 113catch (Exception ex) when (!_cts.IsCancellationRequested) 125catch (Exception ex) when (!_cts.IsCancellationRequested) 136while (!_cts.IsCancellationRequested) 139await waitForInteractionAvailableTask.WaitAsync(_cts.Token).ConfigureAwait(false); 143await _semaphore.WaitAsync(_cts.Token).ConfigureAwait(false); 191await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 219await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 238await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 277await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 311await currentDialogReference.Result.WaitAsync(_cts.Token); 313await _semaphore.WaitAsync(_cts.Token).ConfigureAwait(false); 354await DashboardClient.WhenConnected.WaitAsync(_cts.Token).ConfigureAwait(false); 356var interactions = DashboardClient.SubscribeInteractionsAsync(_cts.Token); 359await _semaphore.WaitAsync(_cts.Token).ConfigureAwait(false); 494await _semaphore.WaitAsync(_cts.Token).ConfigureAwait(false); 528await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 531catch (OperationCanceledException) when (_cts.IsCancellationRequested) 605_cts.Cancel();