19 references to _cts
Aspire.Dashboard (19)
Components\Interactions\InteractionsProvider.cs (19)
56
await _semaphore.WaitAsync(
_cts
.Token).ConfigureAwait(false);
113
catch (Exception ex) when (!
_cts
.IsCancellationRequested)
125
catch (Exception ex) when (!
_cts
.IsCancellationRequested)
136
while (!
_cts
.IsCancellationRequested)
139
await waitForInteractionAvailableTask.WaitAsync(
_cts
.Token).ConfigureAwait(false);
143
await _semaphore.WaitAsync(
_cts
.Token).ConfigureAwait(false);
191
await DashboardClient.SendInteractionRequestAsync(request,
_cts
.Token).ConfigureAwait(false);
219
await DashboardClient.SendInteractionRequestAsync(request,
_cts
.Token).ConfigureAwait(false);
238
await DashboardClient.SendInteractionRequestAsync(request,
_cts
.Token).ConfigureAwait(false);
277
await DashboardClient.SendInteractionRequestAsync(request,
_cts
.Token).ConfigureAwait(false);
311
await currentDialogReference.Result.WaitAsync(
_cts
.Token);
313
await _semaphore.WaitAsync(
_cts
.Token).ConfigureAwait(false);
354
await DashboardClient.WhenConnected.WaitAsync(
_cts
.Token).ConfigureAwait(false);
356
var interactions = DashboardClient.SubscribeInteractionsAsync(
_cts
.Token);
359
await _semaphore.WaitAsync(
_cts
.Token).ConfigureAwait(false);
494
await _semaphore.WaitAsync(
_cts
.Token).ConfigureAwait(false);
528
await DashboardClient.SendInteractionRequestAsync(request,
_cts
.Token).ConfigureAwait(false);
531
catch (OperationCanceledException) when (
_cts
.IsCancellationRequested)
605
_cts
.Cancel();