17 references to _cts
Aspire.Dashboard (17)
Components\Interactions\InteractionsProvider.cs (17)
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);
245
await DashboardClient.SendInteractionRequestAsync(request,
_cts
.Token).ConfigureAwait(false);
266
await DashboardClient.SendInteractionRequestAsync(request,
_cts
.Token).ConfigureAwait(false);
304
await DashboardClient.SendInteractionRequestAsync(request,
_cts
.Token).ConfigureAwait(false);
338
await currentDialogReference.Result.WaitAsync(
_cts
.Token);
340
await _semaphore.WaitAsync(
_cts
.Token).ConfigureAwait(false);
381
await DashboardClient.WhenConnected.WaitAsync(
_cts
.Token).ConfigureAwait(false);
383
var interactions = DashboardClient.SubscribeInteractionsAsync(
_cts
.Token);
386
await _semaphore.WaitAsync(
_cts
.Token).ConfigureAwait(false);
513
await DashboardClient.SendInteractionRequestAsync(request,
_cts
.Token).ConfigureAwait(false);
650
_cts
.Cancel();