2 references to LatestTimestamp
Aspire.Hosting (2)
Dcp\DcpResourceWatcher.cs (2)
798
if (pendingDeduplication.
LatestTimestamp
is null ||
800
logEntries.Any(entry => entry.Timestamp is null || entry.Timestamp > pendingDeduplication.
LatestTimestamp
.Value))