5 references to _spanLinks
Aspire.Dashboard (5)
Otlp\Storage\TelemetryRepository.cs (5)
62
internal List<OtlpSpanLink> SpanLinks =>
_spanLinks
;
87
_spanLinks
.Remove(link);
941
foreach (var existingLink in
_spanLinks
)
952
_spanLinks
.Add(link);
1077
var currentSpanLinks =
_spanLinks
.ToList();