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