15 references to _cts
Aspire.Dashboard (15)
Components\Interactions\InteractionsProvider.cs (15)
57await _semaphore.WaitAsync(_cts.Token).ConfigureAwait(false); 114catch (Exception ex) when (!_cts.IsCancellationRequested) 126catch (Exception ex) when (!_cts.IsCancellationRequested) 137while (!_cts.IsCancellationRequested) 140await waitForInteractionAvailableTask.WaitAsync(_cts.Token).ConfigureAwait(false); 144await _semaphore.WaitAsync(_cts.Token).ConfigureAwait(false); 191await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 244await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 265await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 295await currentDialogReference.Result.WaitAsync(_cts.Token); 297await _semaphore.WaitAsync(_cts.Token).ConfigureAwait(false); 338var interactions = DashboardClient.SubscribeInteractionsAsync(_cts.Token); 341await _semaphore.WaitAsync(_cts.Token).ConfigureAwait(false); 463await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 600_cts.Cancel();