15 references to _cts
Aspire.Dashboard (15)
Components\Interactions\InteractionsProvider.cs (15)
56
await _semaphore.WaitAsync(
_cts
.Token).ConfigureAwait(false);
110
catch (Exception ex) when (!
_cts
.IsCancellationRequested)
122
catch (Exception ex) when (!
_cts
.IsCancellationRequested)
133
while (!
_cts
.IsCancellationRequested)
136
await waitForInteractionAvailableTask.WaitAsync(
_cts
.Token).ConfigureAwait(false);
140
await _semaphore.WaitAsync(
_cts
.Token).ConfigureAwait(false);
187
await DashboardClient.SendInteractionRequestAsync(request,
_cts
.Token).ConfigureAwait(false);
239
await DashboardClient.SendInteractionRequestAsync(request,
_cts
.Token).ConfigureAwait(false);
257
await DashboardClient.SendInteractionRequestAsync(request,
_cts
.Token).ConfigureAwait(false);
287
await currentDialogReference.Result.WaitAsync(
_cts
.Token);
289
await _semaphore.WaitAsync(
_cts
.Token).ConfigureAwait(false);
330
var interactions = DashboardClient.SubscribeInteractionsAsync(
_cts
.Token);
333
await _semaphore.WaitAsync(
_cts
.Token).ConfigureAwait(false);
455
await DashboardClient.SendInteractionRequestAsync(request,
_cts
.Token).ConfigureAwait(false);
592
_cts
.Cancel();