1 write to ContinuationStackDepth
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\BranchLabel.cs (1)
19
ContinuationStackDepth
= continuationStackDepth;
4 references to ContinuationStackDepth
System.Linq.Expressions (4)
System\Linq\Expressions\Interpreter\BranchLabel.cs (1)
24
string.Create(CultureInfo.InvariantCulture, $"->{Index} C({
ContinuationStackDepth
}) S({StackDepth})");
System\Linq\Expressions\Interpreter\InterpretedFrame.cs (3)
217
if (pendingTarget.
ContinuationStackDepth
< _continuationIndex)
255
Debug.Assert(!gotoExceptionHandler || (gotoExceptionHandler && _continuationIndex == target.
ContinuationStackDepth
),
258
if (_continuationIndex == target.
ContinuationStackDepth
)