9 references to GetState
Microsoft.CodeAnalysis (9)
SourceGeneration\Nodes\NodeStateTable.cs (8)
118
_current = new NodeStateEntry<T>(_inputEntry.GetItem(_nextInputEntryIndex), _inputEntry.
GetState
(_nextInputEntryIndex), _nextInputEntryIndex, _step);
207
var packedChar = state.
GetState
(i) switch
384
var previousState = previousEntry.
GetState
(i);
402
builder.Add(previousEntry.GetItem(j), previousEntry.
GetState
(j));
489
stepOutputBuilder.Add((outputInfo.GetItem(i)!, AsStepState(overallInputState, outputInfo.
GetState
(i))));
644
if (this.
GetState
(i) != EntryState.Removed)
692
return $"{GetItem(0)}: {
GetState
(0)}";
708
sb.Builder.Append(
GetState
(i));
SourceGeneration\Nodes\PredicateSyntaxStrategy.cs (1)
97
if (entry.
GetState
(i) == EntryState.Removed)