1 write to Timestamp
Aspire.Dashboard (1)
ConsoleLogs\LogParser.cs (1)
51Timestamp = timestamp,
5 references to Timestamp
Aspire.Dashboard (5)
src\Shared\ConsoleLogs\LogEntries.cs (5)
32Debug.Assert(logLine.Timestamp == null || logLine.Timestamp.Value.Kind == DateTimeKind.Utc, "Timestamp should always be UTC."); 64if (logEntry.Timestamp == null) 89if (logEntry.Timestamp.Value >= current.Timestamp.Value) 136if (_earliestTimestampIndex == null && logEntry.Timestamp != null)