4 writes to _windowReady
Aspire.Dashboard (4)
Components\Pages\TerminalWindow.razor.cs (4)
103_windowReady = terminalId is null || (WindowOwner is null && WindowGeneration is null); 163_windowReady = ready && !_ended; 192_windowReady = false; 206_windowReady = false;
1 reference to _windowReady
Aspire.Dashboard (1)
Components\Pages\TerminalWindow.razor.cs (1)
138else if (!_windowReady && !_windowTrackingFailed && _windowRegistrationTask is null && TerminalId is { } terminalId)