1 write to StartTime
Aspire.Dashboard (1)
src\Shared\ConsoleLogs\LogEntry.cs (1)
35StartTime = startTimestamp,
4 references to StartTime
Aspire.Dashboard (4)
Components\Pages\ConsoleLogs.razor.cs (1)
724Logger.LogDebug("Updating pause log entry starting at {StartTimestamp} with end of {EndTimestamp}.", pause.StartTime, timestamp);
src\Shared\ConsoleLogs\LogPauseViewModel.cs (3)
21public bool Contains(DateTime timestamp) => timestamp >= StartTime && (EndTime is null || timestamp < EndTime); 32FormatHelpers.FormatTimeWithOptionalDate(timeProvider, pause.StartTime, MillisecondsDisplay.Truncated), 37FormatHelpers.FormatTimeWithOptionalDate(timeProvider, pause.StartTime, MillisecondsDisplay.Truncated),