1 write to _colors
Aspire.Dashboard (1)
Otlp\Model\ColorGenerator.cs (1)
56
_colors
= new List<AccentColor>();
3 references to _colors
Aspire.Dashboard (3)
Otlp\Model\ColorGenerator.cs (3)
62
_colors
.Add(new AccentColor(name));
75
_currentIndex = ++_currentIndex %
_colors
.Count;
84
return
_colors
[i].ReferencedVariableName;