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