4 references to _cts
Aspire.Dashboard (4)
ResourceService\DashboardClient.cs (4)
81
_clientCancellationToken =
_cts
.Token;
89
_cts
.Cancel();
583
await
_cts
.CancelAsync().ConfigureAwait(false);
585
_cts
.Dispose();