2 writes to _watchCts
Aspire.Dashboard (2)
Components\Pages\TerminalWindow.razor.cs (2)
123_watchCts = new CancellationTokenSource(); 325_watchCts = null;
2 references to _watchCts
Aspire.Dashboard (2)
Components\Pages\TerminalWindow.razor.cs (2)
124var cancellationToken = _watchCts.Token; 323if (_watchCts is { } cts)