14 references to _cts
Aspire.Dashboard (14)
Components\Interactions\InteractionsProvider.cs (14)
93
catch (Exception ex) when (!
_cts
.IsCancellationRequested)
105
catch (Exception ex) when (!
_cts
.IsCancellationRequested)
116
while (!
_cts
.IsCancellationRequested)
119
await waitForInteractionAvailableTask.WaitAsync(
_cts
.Token).ConfigureAwait(false);
123
await _semaphore.WaitAsync(
_cts
.Token).ConfigureAwait(false);
170
await DashboardClient.SendInteractionRequestAsync(request,
_cts
.Token).ConfigureAwait(false);
222
await DashboardClient.SendInteractionRequestAsync(request,
_cts
.Token).ConfigureAwait(false);
240
await DashboardClient.SendInteractionRequestAsync(request,
_cts
.Token).ConfigureAwait(false);
270
await currentDialogReference.Result.WaitAsync(
_cts
.Token);
272
await _semaphore.WaitAsync(
_cts
.Token).ConfigureAwait(false);
316
var interactions = DashboardClient.SubscribeInteractionsAsync(
_cts
.Token);
319
await _semaphore.WaitAsync(
_cts
.Token).ConfigureAwait(false);
434
await DashboardClient.SendInteractionRequestAsync(request,
_cts
.Token).ConfigureAwait(false);
570
_cts
.Cancel();