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