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