1 write to StackDepth
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\BranchLabel.cs (1)
20StackDepth = stackDepth;
7 references to StackDepth
System.Linq.Expressions (7)
System\Linq\Expressions\Interpreter\BranchLabel.cs (1)
24string.Create(CultureInfo.InvariantCulture, $"->{Index} C({ContinuationStackDepth}) S({StackDepth})");
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (2)
510frame.SetStackDepth(GetLabel(frame).StackDepth); 569frame.SetStackDepth(GetLabel(frame).StackDepth);
System\Linq\Expressions\Interpreter\InterpretedFrame.cs (4)
204SetStackDepth(target.StackDepth); 220SetStackDepth(currentTarget.StackDepth); 224SetStackDepth(pendingTarget.StackDepth); 260SetStackDepth(target.StackDepth);