15 references to _cts
Aspire.Dashboard (15)
Components\Interactions\InteractionsProvider.cs (15)
55
await _semaphore.WaitAsync(
_cts
.Token).ConfigureAwait(false);
104
catch (Exception ex) when (!
_cts
.IsCancellationRequested)
116
catch (Exception ex) when (!
_cts
.IsCancellationRequested)
127
while (!
_cts
.IsCancellationRequested)
130
await waitForInteractionAvailableTask.WaitAsync(
_cts
.Token).ConfigureAwait(false);
134
await _semaphore.WaitAsync(
_cts
.Token).ConfigureAwait(false);
181
await DashboardClient.SendInteractionRequestAsync(request,
_cts
.Token).ConfigureAwait(false);
233
await DashboardClient.SendInteractionRequestAsync(request,
_cts
.Token).ConfigureAwait(false);
251
await DashboardClient.SendInteractionRequestAsync(request,
_cts
.Token).ConfigureAwait(false);
281
await currentDialogReference.Result.WaitAsync(
_cts
.Token);
283
await _semaphore.WaitAsync(
_cts
.Token).ConfigureAwait(false);
324
var interactions = DashboardClient.SubscribeInteractionsAsync(
_cts
.Token);
327
await _semaphore.WaitAsync(
_cts
.Token).ConfigureAwait(false);
449
await DashboardClient.SendInteractionRequestAsync(request,
_cts
.Token).ConfigureAwait(false);
586
_cts
.Cancel();