3 writes to LastUpdatedDate
Aspire.Dashboard (3)
Otlp\Model\OtlpTrace.cs (3)
105LastUpdatedDate = DateTime.UtcNow; 162LastUpdatedDate = lastUpdatedDate; 189LastUpdatedDate = DateTime.UtcNow;
3 references to LastUpdatedDate
Aspire.Dashboard (3)
Otlp\Model\OtlpTrace.cs (1)
167var newTrace = new OtlpTrace(trace.Key, trace.LastUpdatedDate);
Otlp\Storage\TelemetryRepository.cs (2)
781return latestTrace.LastUpdatedDate > trace.LastUpdatedDate;