1 write to _stateTable
Microsoft.CodeAnalysis (1)
SourceGeneration\Nodes\NodeStateTable.cs (1)
104_stateTable = stateTable;
5 references to _stateTable
Microsoft.CodeAnalysis (5)
SourceGeneration\Nodes\NodeStateTable.cs (5)
114while (_nextStatesIndex < _stateTable._states.Length) 136if (_nextStatesIndex < _stateTable._states.Length) 138_step = _stateTable.HasTrackedSteps ? _stateTable.Steps[_nextStatesIndex] : null; 139_inputEntry = _stateTable._states[_nextStatesIndex];