15 references to _cts
Aspire.Dashboard (15)
Components\Interactions\InteractionsProvider.cs (15)
56await _semaphore.WaitAsync(_cts.Token).ConfigureAwait(false); 119catch (Exception ex) when (!_cts.IsCancellationRequested) 131catch (Exception ex) when (!_cts.IsCancellationRequested) 142while (!_cts.IsCancellationRequested) 145await waitForInteractionAvailableTask.WaitAsync(_cts.Token).ConfigureAwait(false); 149await _semaphore.WaitAsync(_cts.Token).ConfigureAwait(false); 196await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 249await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 270await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 300await currentDialogReference.Result.WaitAsync(_cts.Token); 302await _semaphore.WaitAsync(_cts.Token).ConfigureAwait(false); 343var interactions = DashboardClient.SubscribeInteractionsAsync(_cts.Token); 346await _semaphore.WaitAsync(_cts.Token).ConfigureAwait(false); 468await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 605_cts.Cancel();