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