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)
116if (_nextInputEntryIndex < _inputEntry.Count) 118_current = new NodeStateEntry<T>(_inputEntry.GetItem(_nextInputEntryIndex), _inputEntry.GetState(_nextInputEntryIndex), _nextInputEntryIndex, _step);