14 references to _cts
Aspire.Dashboard (14)
Components\Interactions\InteractionsProvider.cs (14)
93catch (Exception ex) when (!_cts.IsCancellationRequested) 105catch (Exception ex) when (!_cts.IsCancellationRequested) 116while (!_cts.IsCancellationRequested) 119await waitForInteractionAvailableTask.WaitAsync(_cts.Token).ConfigureAwait(false); 123await _semaphore.WaitAsync(_cts.Token).ConfigureAwait(false); 170await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 222await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 240await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 270await currentDialogReference.Result.WaitAsync(_cts.Token); 272await _semaphore.WaitAsync(_cts.Token).ConfigureAwait(false); 316var interactions = DashboardClient.SubscribeInteractionsAsync(_cts.Token); 319await _semaphore.WaitAsync(_cts.Token).ConfigureAwait(false); 434await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 570_cts.Cancel();