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