1 write to _continuationStackDepth
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\BranchLabel.cs (1)
55_continuationStackDepth = instructions.CurrentContinuationsDepth;
3 references to _continuationStackDepth
System.Linq.Expressions (3)
System\Linq\Expressions\Interpreter\BranchLabel.cs (3)
46Debug.Assert(_targetIndex != UnknownIndex && _stackDepth != UnknownDepth && _continuationStackDepth != UnknownDepth); 47return new RuntimeLabel(_targetIndex, _continuationStackDepth, _stackDepth); 71Debug.Assert(((_targetIndex == UnknownIndex) == (_continuationStackDepth == UnknownDepth)));