2 writes to _continuationIndex
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\InterpretedFrame.cs (2)
193_continuationIndex--; 198_continuations![_continuationIndex++] = continuation;
5 references to _continuationIndex
System.Linq.Expressions (5)
System\Linq\Expressions\Interpreter\InterpretedFrame.cs (5)
203RuntimeLabel target = Interpreter._labels[_continuations![_continuationIndex - 1]]; 217if (pendingTarget.ContinuationStackDepth < _continuationIndex) 219RuntimeLabel currentTarget = Interpreter._labels[_continuations![_continuationIndex - 1]]; 255Debug.Assert(!gotoExceptionHandler || (gotoExceptionHandler && _continuationIndex == target.ContinuationStackDepth), 258if (_continuationIndex == target.ContinuationStackDepth)