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