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