1 write to _newCache
Aspire.Dashboard (1)
Components\Controls\Chart\ChartBase.cs (1)
215_newCache = new Dictionary<SpanKey, OtlpSpan>();
2 references to _newCache
Aspire.Dashboard (2)
Components\Controls\Chart\ChartBase.cs (2)
214_currentCache = _newCache; 235_newCache[key] = span;