2 writes to Timestamp
aspire (2)
src\Shared\ConsoleLogs\LogEntry.cs (2)
31Timestamp = startTimestamp, 53Timestamp = timestamp,
10 references to Timestamp
aspire (10)
src\Shared\ConsoleLogs\LogEntries.cs (10)
62if (logEntry.Timestamp is null) 69if (pauseVM.ResourcePrefix == logEntry.ResourcePrefix && pauseVM.Contains(logEntry.Timestamp.Value)) 85Debug.Assert(logLine.Timestamp == null || logLine.Timestamp.Value.Kind == DateTimeKind.Utc, "Timestamp should always be UTC."); 100if (entry.Timestamp is { } timestamp && entry.Type is not LogEntryType.Pause) 117if (logEntry.Timestamp == null) 131if (current.Timestamp == null) 142if (logEntry.Timestamp.Value >= current.Timestamp.Value) 220if (_earliestTimestampIndex == null && logEntry.Timestamp != null)