6 references to SetStackDepth
System.Linq.Expressions (6)
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);