8 references to _cts
Aspire.Dashboard (8)
Components\Layout\TerminalDock.razor.cs (8)
122_watchTask = Task.Run(() => WatchTerminalsAsync(_cts.Token), _cts.Token); 175_resourceWatchTask = Task.Run(() => WatchResourceTerminalsAsync(_cts.Token), _cts.Token); 375await DashboardClient.CloseTerminalAsync(terminalId, _cts.Token).ConfigureAwait(true); 377catch (Exception ex) when (_cts.IsCancellationRequested && (ex is OperationCanceledException || ex is RpcException { StatusCode: StatusCode.Cancelled })) 643await _cts.CancelAsync().ConfigureAwait(true); 681_cts.Dispose();