15 references to _cts
Aspire.Dashboard (15)
Components\Interactions\InteractionsProvider.cs (15)
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); 190await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 243await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 264await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 294await currentDialogReference.Result.WaitAsync(_cts.Token); 296await _semaphore.WaitAsync(_cts.Token).ConfigureAwait(false); 337var interactions = DashboardClient.SubscribeInteractionsAsync(_cts.Token); 340await _semaphore.WaitAsync(_cts.Token).ConfigureAwait(false); 462await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 599_cts.Cancel();