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)
114
while (_nextStatesIndex <
_stateTable
._states.Length)
136
if (_nextStatesIndex <
_stateTable
._states.Length)
138
_step =
_stateTable
.HasTrackedSteps ?
_stateTable
.Steps[_nextStatesIndex] : null;
139
_inputEntry =
_stateTable
._states[_nextStatesIndex];