17 references to _cts
Aspire.Dashboard (17)
Components\Interactions\InteractionsProvider.cs (17)
57await _semaphore.WaitAsync(_cts.Token).ConfigureAwait(false); 114catch (Exception ex) when (!_cts.IsCancellationRequested) 126catch (Exception ex) when (!_cts.IsCancellationRequested) 137while (!_cts.IsCancellationRequested) 140await waitForInteractionAvailableTask.WaitAsync(_cts.Token).ConfigureAwait(false); 144await _semaphore.WaitAsync(_cts.Token).ConfigureAwait(false); 191await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 245await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 266await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 304await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 338await currentDialogReference.Result.WaitAsync(_cts.Token); 340await _semaphore.WaitAsync(_cts.Token).ConfigureAwait(false); 381await DashboardClient.WhenConnected.WaitAsync(_cts.Token).ConfigureAwait(false); 383var interactions = DashboardClient.SubscribeInteractionsAsync(_cts.Token); 386await _semaphore.WaitAsync(_cts.Token).ConfigureAwait(false); 513await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 650_cts.Cancel();