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