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