2 writes to _nextStatesIndex
Microsoft.CodeAnalysis (2)
SourceGeneration\Nodes\NodeStateTable.cs (2)
105
_nextStatesIndex
= 0;
124
_nextStatesIndex
+= 1;
4 references to _nextStatesIndex
Microsoft.CodeAnalysis (4)
SourceGeneration\Nodes\NodeStateTable.cs (4)
114
while (
_nextStatesIndex
< _stateTable._states.Length)
136
if (
_nextStatesIndex
< _stateTable._states.Length)
138
_step = _stateTable.HasTrackedSteps ? _stateTable.Steps[
_nextStatesIndex
] : null;
139
_inputEntry = _stateTable._states[
_nextStatesIndex
];