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); 208var packedChar = state.GetState(i) switch 385var previousState = previousEntry.GetState(i); 403builder.Add(previousEntry.GetItem(j), previousEntry.GetState(j)); 490stepOutputBuilder.Add((outputInfo.GetItem(i)!, AsStepState(overallInputState, outputInfo.GetState(i)))); 645if (this.GetState(i) != EntryState.Removed) 693return $"{GetItem(0)}: {GetState(0)}"; 709sb.Builder.Append(GetState(i));
SourceGeneration\Nodes\PredicateSyntaxStrategy.cs (1)
97if (entry.GetState(i) == EntryState.Removed)