1 write to _stackDepth
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\BranchLabel.cs (1)
54_stackDepth = instructions.CurrentStackDepth;
3 references to _stackDepth
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); 70Debug.Assert(((_targetIndex == UnknownIndex) == (_stackDepth == UnknownDepth)));