6 references to GetState
Microsoft.CodeAnalysis (6)
SourceGeneration\Nodes\NodeStateTable.cs (6)
101yield return new NodeStateEntry<T>(inputEntry.GetItem(j), inputEntry.GetState(j), j, step); 305var previousState = previousEntry.GetState(i); 323builder.Add(previousEntry.GetItem(j), previousEntry.GetState(j)); 385stepOutputBuilder.Add((outputInfo.GetItem(i)!, AsStepState(overallInputState, outputInfo.GetState(i)))); 558return $"{GetItem(0)}: {GetState(0)}"; 574sb.Builder.Append(GetState(i));