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