3 writes to _activeView
Aspire.Dashboard (3)
Components\Pages\ConsoleLogs.razor.cs (3)
521
_activeView
= ConsoleLogsView.Console;
547
_activeView
= ConsoleLogsView.Terminal;
1443
_activeView
= parsed;
6 references to _activeView
Aspire.Dashboard (6)
Components\Pages\ConsoleLogs.razor.cs (6)
484
_activeView
== ConsoleLogsView.Terminal &&
491
_lastRenderedView =
_activeView
;
651
Checked =
_activeView
== ConsoleLogsView.Console,
659
Checked =
_activeView
== ConsoleLogsView.Terminal,
668
if (
_activeView
== ConsoleLogsView.Terminal)
1454
internal ConsoleLogsView ActiveViewForTest =>
_activeView
;