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)
475
OnClick = () => ToggleTimestampAsync(showTimestamp: !
_showTimestamp
, isTimestampUtc: _isTimestampUtc),
476
Text =
_showTimestamp
? Loc[nameof(Dashboard.Resources.ConsoleLogs.ConsoleLogsTimestampHide)] : Loc[nameof(Dashboard.Resources.ConsoleLogs.ConsoleLogsTimestampShow)],
482
OnClick = () => ToggleTimestampAsync(showTimestamp:
_showTimestamp
, isTimestampUtc: !_isTimestampUtc),
485
IsDisabled = !
_showTimestamp
553
await LocalStorage.SetUnprotectedAsync(BrowserStorageKeys.ConsoleLogConsoleSettings, new ConsoleLogConsoleSettings(
_showTimestamp
, _isTimestampUtc, _noWrapLogs));
1103
new ComponentTelemetryProperty(TelemetryPropertyKeys.ConsoleLogsShowTimestamp, new AspireTelemetryProperty(
_showTimestamp
, AspireTelemetryPropertyType.UserSetting))
Components_Pages_ConsoleLogs_razor.g.cs (1)
1097
_showTimestamp