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