15 references to _cts
Aspire.Dashboard (15)
Components\Interactions\InteractionsProvider.cs (15)
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);
190
await DashboardClient.SendInteractionRequestAsync(request,
_cts
.Token).ConfigureAwait(false);
243
await DashboardClient.SendInteractionRequestAsync(request,
_cts
.Token).ConfigureAwait(false);
264
await DashboardClient.SendInteractionRequestAsync(request,
_cts
.Token).ConfigureAwait(false);
294
await currentDialogReference.Result.WaitAsync(
_cts
.Token);
296
await _semaphore.WaitAsync(
_cts
.Token).ConfigureAwait(false);
337
var interactions = DashboardClient.SubscribeInteractionsAsync(
_cts
.Token);
340
await _semaphore.WaitAsync(
_cts
.Token).ConfigureAwait(false);
462
await DashboardClient.SendInteractionRequestAsync(request,
_cts
.Token).ConfigureAwait(false);
599
_cts
.Cancel();