3 writes to LastUpdatedDate
Aspire.Dashboard (3)
Otlp\Model\OtlpTrace.cs (3)
90LastUpdatedDate = DateTime.UtcNow; 147LastUpdatedDate = lastUpdatedDate; 188LastUpdatedDate = DateTime.UtcNow;
3 references to LastUpdatedDate
Aspire.Dashboard (3)
Otlp\Model\OtlpTrace.cs (1)
152var newTrace = new OtlpTrace(trace.Key, trace.LastUpdatedDate);
Otlp\Storage\TelemetryRepository.cs (2)
803return latestTrace.LastUpdatedDate > trace.LastUpdatedDate;