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