2 references to SourceSpanId
Aspire.Dashboard (2)
Otlp\Storage\SqliteTelemetryRepository.Traces.Reads.cs (2)
744
var outgoingLinks = linkRecords.ToLookup(record => (record.SourceTraceId, record.
SourceSpanId
));
795
SourceSpanId = link.
SourceSpanId
,