5 references to _spanLinks
Aspire.Dashboard (5)
Otlp\Storage\TelemetryRepository.cs (5)
63
internal List<OtlpSpanLink> SpanLinks =>
_spanLinks
;
93
_spanLinks
.Remove(link);
946
foreach (var existingLink in
_spanLinks
)
957
_spanLinks
.Add(link);
1130
var currentSpanLinks =
_spanLinks
.ToList();