15 references to _cts
Aspire.Dashboard (15)
Components\Interactions\InteractionsProvider.cs (15)
56
await _semaphore.WaitAsync(
_cts
.Token).ConfigureAwait(false);
119
catch (Exception ex) when (!
_cts
.IsCancellationRequested)
131
catch (Exception ex) when (!
_cts
.IsCancellationRequested)
142
while (!
_cts
.IsCancellationRequested)
145
await waitForInteractionAvailableTask.WaitAsync(
_cts
.Token).ConfigureAwait(false);
149
await _semaphore.WaitAsync(
_cts
.Token).ConfigureAwait(false);
196
await DashboardClient.SendInteractionRequestAsync(request,
_cts
.Token).ConfigureAwait(false);
249
await DashboardClient.SendInteractionRequestAsync(request,
_cts
.Token).ConfigureAwait(false);
270
await DashboardClient.SendInteractionRequestAsync(request,
_cts
.Token).ConfigureAwait(false);
300
await currentDialogReference.Result.WaitAsync(
_cts
.Token);
302
await _semaphore.WaitAsync(
_cts
.Token).ConfigureAwait(false);
343
var interactions = DashboardClient.SubscribeInteractionsAsync(
_cts
.Token);
346
await _semaphore.WaitAsync(
_cts
.Token).ConfigureAwait(false);
468
await DashboardClient.SendInteractionRequestAsync(request,
_cts
.Token).ConfigureAwait(false);
605
_cts
.Cancel();