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); 207var packedChar = state.GetState(i) switch 384var previousState = previousEntry.GetState(i); 402builder.Add(previousEntry.GetItem(j), previousEntry.GetState(j)); 489stepOutputBuilder.Add((outputInfo.GetItem(i)!, AsStepState(overallInputState, outputInfo.GetState(i)))); 644if (this.GetState(i) != EntryState.Removed) 692return $"{GetItem(0)}: {GetState(0)}"; 708sb.Builder.Append(GetState(i));
SourceGeneration\Nodes\PredicateSyntaxStrategy.cs (1)
97if (entry.GetState(i) == EntryState.Removed)