2 writes to _showTimestamp
Aspire.Dashboard (2)
Components\Pages\ConsoleLogs.razor.cs (2)
203_showTimestamp = consoleSettings.ShowTimestamp; 540_showTimestamp = showTimestamp;
7 references to _showTimestamp
Aspire.Dashboard (7)
Components\Pages\ConsoleLogs.razor.cs (6)
475OnClick = () => ToggleTimestampAsync(showTimestamp: !_showTimestamp, isTimestampUtc: _isTimestampUtc), 476Text = _showTimestamp ? Loc[nameof(Dashboard.Resources.ConsoleLogs.ConsoleLogsTimestampHide)] : Loc[nameof(Dashboard.Resources.ConsoleLogs.ConsoleLogsTimestampShow)], 482OnClick = () => ToggleTimestampAsync(showTimestamp: _showTimestamp, isTimestampUtc: !_isTimestampUtc), 485IsDisabled = !_showTimestamp 553await LocalStorage.SetUnprotectedAsync(BrowserStorageKeys.ConsoleLogConsoleSettings, new ConsoleLogConsoleSettings(_showTimestamp, _isTimestampUtc, _noWrapLogs)); 1103new ComponentTelemetryProperty(TelemetryPropertyKeys.ConsoleLogsShowTimestamp, new AspireTelemetryProperty(_showTimestamp, AspireTelemetryPropertyType.UserSetting))
Components_Pages_ConsoleLogs_razor.g.cs (1)
1097_showTimestamp