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)
74
var i =
_currentIndex
;