2 writes to Timestamp
Aspire.Hosting (2)
src\Shared\ConsoleLogs\LogEntry.cs (2)
30Timestamp = startTimestamp, 50Timestamp = timestamp,
12 references to Timestamp
Aspire.Hosting (12)
ApplicationModel\ResourceLoggerService.cs (2)
600if (entry.Timestamp != null) 602content = entry.Timestamp.Value.ToString(KnownFormats.ConsoleLogsTimestampFormat, CultureInfo.InvariantCulture) + " " + content;
src\Shared\ConsoleLogs\LogEntries.cs (10)
61if (logEntry.Timestamp is null) 68if (pauseVM.Contains(logEntry.Timestamp.Value)) 84Debug.Assert(logLine.Timestamp == null || logLine.Timestamp.Value.Kind == DateTimeKind.Utc, "Timestamp should always be UTC."); 99if (entry.Timestamp is { } timestamp) 116if (logEntry.Timestamp == null || logEntry.Type is LogEntryType.Pause) 130if (current.Timestamp == null) 141if (logEntry.Timestamp.Value >= current.Timestamp.Value) 219if (_earliestTimestampIndex == null && logEntry.Timestamp != null)