10 references to _cts
Aspire.Dashboard (10)
Components\Interactions\InteractionsProvider.cs (10)
62while (!_cts.IsCancellationRequested) 65await waitForInteractionAvailableTask.WaitAsync(_cts.Token).ConfigureAwait(false); 69await _semaphore.WaitAsync(_cts.Token).ConfigureAwait(false); 115await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 174await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 202await currentDialogReference.Result.WaitAsync(_cts.Token); 214var interactions = DashboardClient.SubscribeInteractionsAsync(_cts.Token); 217await _semaphore.WaitAsync(_cts.Token).ConfigureAwait(false); 304await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 448_cts.Cancel();