2 writes to Timestamp
Aspire.Hosting (2)
src\Shared\ConsoleLogs\LogEntry.cs (2)
30Timestamp = startTimestamp, 50Timestamp = timestamp,
9 references to Timestamp
Aspire.Hosting (9)
ApplicationModel\ResourceLoggerService.cs (2)
602if (entry.Timestamp != null) 604content = entry.Timestamp.Value.ToString(KnownFormats.ConsoleLogsTimestampFormat, CultureInfo.InvariantCulture) + " " + content;
src\Shared\ConsoleLogs\LogEntries.cs (7)
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."); 116if (logEntry.Timestamp == null || logEntry.Type is LogEntryType.Pause) 141if (logEntry.Timestamp.Value >= current.Timestamp.Value) 219if (_earliestTimestampIndex == null && logEntry.Timestamp != null)