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