1 write to _inputEntry
Microsoft.CodeAnalysis (1)
SourceGeneration\Nodes\NodeStateTable.cs (1)
140_inputEntry = _stateTable._states[_nextStatesIndex];
3 references to _inputEntry
Microsoft.CodeAnalysis (3)
SourceGeneration\Nodes\NodeStateTable.cs (3)
117if (_nextInputEntryIndex < _inputEntry.Count) 119_current = new NodeStateEntry<T>(_inputEntry.GetItem(_nextInputEntryIndex), _inputEntry.GetState(_nextInputEntryIndex), _nextInputEntryIndex, _step);