4 writes to _currentIndex
Aspire.Dashboard (4)
src\Shared\ColorGenerator.cs (4)
66_currentIndex = 0; 83_currentIndex = ++_currentIndex % _colors.Count; 110_currentIndex = 0;
1 reference to _currentIndex
Aspire.Dashboard (1)
src\Shared\ColorGenerator.cs (1)
82var i = _currentIndex;