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