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)
124
var cancellationToken =
_watchCts
.Token;
323
if (
_watchCts
is { } cts)