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