1 instantiation of SpanKey
Aspire.Dashboard (1)
Components\Controls\Chart\ChartBase.cs (1)
314var key = new SpanKey(exemplar.TraceId, exemplar.SpanId);
6 references to SpanKey
Aspire.Dashboard (6)
Components\Controls\Chart\ChartBase.cs (6)
63private Dictionary<SpanKey, OtlpSpan> _currentCache = new Dictionary<SpanKey, OtlpSpan>(); 64private Dictionary<SpanKey, OtlpSpan> _newCache = new Dictionary<SpanKey, OtlpSpan>(); 314var key = new SpanKey(exemplar.TraceId, exemplar.SpanId); 514_newCache = new Dictionary<SpanKey, OtlpSpan>();