5 references to _spanLinks
Aspire.Dashboard (5)
Otlp\Storage\TelemetryRepository.cs (5)
53
internal List<OtlpSpanLink> SpanLinks =>
_spanLinks
;
77
_spanLinks
.Remove(link);
911
foreach (var existingLink in
_spanLinks
)
922
_spanLinks
.Add(link);
1044
var currentSpanLinks =
_spanLinks
.ToList();