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)
62if (logEntry.Timestamp is null) 69if (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) 117if (logEntry.Timestamp == null || logEntry.Type is LogEntryType.Pause) 131if (current.Timestamp == null) 142if (logEntry.Timestamp.Value >= current.Timestamp.Value) 220if (_earliestTimestampIndex == null && logEntry.Timestamp != null)