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