2 writes to _showTimestamp
Aspire.Dashboard (2)
Components\Pages\ConsoleLogs.razor.cs (2)
148_showTimestamp = consoleSettings.ShowTimestamp; 377_showTimestamp = showTimestamp;
5 references to _showTimestamp
Aspire.Dashboard (5)
Components\Pages\ConsoleLogs.razor.cs (5)
333OnClick = () => ToggleTimestampAsync(showTimestamp: !_showTimestamp, isTimestampUtc: _isTimestampUtc), 334Text = _showTimestamp ? Loc[nameof(Dashboard.Resources.ConsoleLogs.ConsoleLogsTimestampHide)] : Loc[nameof(Dashboard.Resources.ConsoleLogs.ConsoleLogsTimestampShow)], 340OnClick = () => ToggleTimestampAsync(showTimestamp: _showTimestamp, isTimestampUtc: !_isTimestampUtc), 343IsDisabled = !_showTimestamp 752new ComponentTelemetryProperty(TelemetryPropertyKeys.ConsoleLogsShowTimestamp, new AspireTelemetryProperty(_showTimestamp, AspireTelemetryPropertyType.UserSetting))