5 references to _spanLinks
Aspire.Dashboard (5)
Otlp\Storage\TelemetryRepository.cs (5)
64
internal List<OtlpSpanLink> SpanLinks =>
_spanLinks
;
94
_spanLinks
.Remove(link);
1157
foreach (var existingLink in
_spanLinks
)
1168
_spanLinks
.Add(link);
1355
var currentSpanLinks =
_spanLinks
.ToList();