15 references to _cts
Aspire.Dashboard (15)
Components\Interactions\InteractionsProvider.cs (15)
55await _semaphore.WaitAsync(_cts.Token).ConfigureAwait(false); 104catch (Exception ex) when (!_cts.IsCancellationRequested) 116catch (Exception ex) when (!_cts.IsCancellationRequested) 127while (!_cts.IsCancellationRequested) 130await waitForInteractionAvailableTask.WaitAsync(_cts.Token).ConfigureAwait(false); 134await _semaphore.WaitAsync(_cts.Token).ConfigureAwait(false); 181await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 233await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 251await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 281await currentDialogReference.Result.WaitAsync(_cts.Token); 283await _semaphore.WaitAsync(_cts.Token).ConfigureAwait(false); 324var interactions = DashboardClient.SubscribeInteractionsAsync(_cts.Token); 327await _semaphore.WaitAsync(_cts.Token).ConfigureAwait(false); 449await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 586_cts.Cancel();