5 references to _spanLinks
Aspire.Dashboard (5)
Otlp\Storage\TelemetryRepository.cs (5)
57
internal List<OtlpSpanLink> SpanLinks =>
_spanLinks
;
81
_spanLinks
.Remove(link);
915
foreach (var existingLink in
_spanLinks
)
926
_spanLinks
.Add(link);
1048
var currentSpanLinks =
_spanLinks
.ToList();