2 writes to _count
Microsoft.CodeAnalysis (2)
Syntax\SyntaxTriviaList.Enumerator.cs (2)
32
_count
= list.Count;
45
_count
= greenNode.IsList ? greenNode.SlotCount : 1;
1 reference to _count
Microsoft.CodeAnalysis (1)
Syntax\SyntaxTriviaList.Enumerator.cs (1)
90
if (newIndex >=
_count
)