15 references to _cts
Aspire.Dashboard (15)
Components\Interactions\InteractionsProvider.cs (15)
57
await _semaphore.WaitAsync(
_cts
.Token).ConfigureAwait(false);
114
catch (Exception ex) when (!
_cts
.IsCancellationRequested)
126
catch (Exception ex) when (!
_cts
.IsCancellationRequested)
137
while (!
_cts
.IsCancellationRequested)
140
await waitForInteractionAvailableTask.WaitAsync(
_cts
.Token).ConfigureAwait(false);
144
await _semaphore.WaitAsync(
_cts
.Token).ConfigureAwait(false);
191
await DashboardClient.SendInteractionRequestAsync(request,
_cts
.Token).ConfigureAwait(false);
244
await DashboardClient.SendInteractionRequestAsync(request,
_cts
.Token).ConfigureAwait(false);
265
await DashboardClient.SendInteractionRequestAsync(request,
_cts
.Token).ConfigureAwait(false);
295
await currentDialogReference.Result.WaitAsync(
_cts
.Token);
297
await _semaphore.WaitAsync(
_cts
.Token).ConfigureAwait(false);
338
var interactions = DashboardClient.SubscribeInteractionsAsync(
_cts
.Token);
341
await _semaphore.WaitAsync(
_cts
.Token).ConfigureAwait(false);
463
await DashboardClient.SendInteractionRequestAsync(request,
_cts
.Token).ConfigureAwait(false);
600
_cts
.Cancel();