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)
46
Debug.Assert(_targetIndex != UnknownIndex &&
_stackDepth
!= UnknownDepth && _continuationStackDepth != UnknownDepth);
47
return new RuntimeLabel(_targetIndex, _continuationStackDepth,
_stackDepth
);
70
Debug.Assert(((_targetIndex == UnknownIndex) == (
_stackDepth
== UnknownDepth)));