4 writes to _currentIndex
Aspire.Dashboard (4)
Otlp\Model\ColorGenerator.cs (4)
36_currentIndex = 0; 74_currentIndex = ++_currentIndex % _colors.Count; 89_currentIndex = 0;
1 reference to _currentIndex
Aspire.Dashboard (1)
Otlp\Model\ColorGenerator.cs (1)
73var i = _currentIndex;