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