15 references to _cts
Aspire.Dashboard (15)
Components\Interactions\InteractionsProvider.cs (15)
56await _semaphore.WaitAsync(_cts.Token).ConfigureAwait(false); 110catch (Exception ex) when (!_cts.IsCancellationRequested) 122catch (Exception ex) when (!_cts.IsCancellationRequested) 133while (!_cts.IsCancellationRequested) 136await waitForInteractionAvailableTask.WaitAsync(_cts.Token).ConfigureAwait(false); 140await _semaphore.WaitAsync(_cts.Token).ConfigureAwait(false); 187await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 239await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 257await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 287await currentDialogReference.Result.WaitAsync(_cts.Token); 289await _semaphore.WaitAsync(_cts.Token).ConfigureAwait(false); 330var interactions = DashboardClient.SubscribeInteractionsAsync(_cts.Token); 333await _semaphore.WaitAsync(_cts.Token).ConfigureAwait(false); 455await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 592_cts.Cancel();