9 references to GetState
Microsoft.CodeAnalysis (9)
SourceGeneration\Nodes\NodeStateTable.cs (8)
119
_current = new NodeStateEntry<T>(_inputEntry.GetItem(_nextInputEntryIndex), _inputEntry.
GetState
(_nextInputEntryIndex), _nextInputEntryIndex, _step);
208
var packedChar = state.
GetState
(i) switch
385
var previousState = previousEntry.
GetState
(i);
403
builder.Add(previousEntry.GetItem(j), previousEntry.
GetState
(j));
490
stepOutputBuilder.Add((outputInfo.GetItem(i)!, AsStepState(overallInputState, outputInfo.
GetState
(i))));
645
if (this.
GetState
(i) != EntryState.Removed)
693
return $"{GetItem(0)}: {
GetState
(0)}";
709
sb.Builder.Append(
GetState
(i));
SourceGeneration\Nodes\PredicateSyntaxStrategy.cs (1)
97
if (entry.
GetState
(i) == EntryState.Removed)