2 writes to _nextStatesIndex
Microsoft.CodeAnalysis (2)
SourceGeneration\Nodes\NodeStateTable.cs (2)
106
_nextStatesIndex
= 0;
125
_nextStatesIndex
+= 1;
4 references to _nextStatesIndex
Microsoft.CodeAnalysis (4)
SourceGeneration\Nodes\NodeStateTable.cs (4)
115
while (
_nextStatesIndex
< _stateTable._states.Length)
137
if (
_nextStatesIndex
< _stateTable._states.Length)
139
_step = _stateTable.HasTrackedSteps ? _stateTable.Steps[
_nextStatesIndex
] : null;
140
_inputEntry = _stateTable._states[
_nextStatesIndex
];