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