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