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