2 writes to _nextInputEntryIndex
Microsoft.CodeAnalysis (2)
SourceGeneration\Nodes\NodeStateTable.cs (2)
120
_nextInputEntryIndex
+= 1;
135
_nextInputEntryIndex
= 0;
4 references to _nextInputEntryIndex
Microsoft.CodeAnalysis (4)
SourceGeneration\Nodes\NodeStateTable.cs (4)
117
if (
_nextInputEntryIndex
< _inputEntry.Count)
119
_current = new NodeStateEntry<T>(_inputEntry.GetItem(
_nextInputEntryIndex
), _inputEntry.GetState(
_nextInputEntryIndex
),
_nextInputEntryIndex
, _step);