6 references to UnknownDepth
System.Linq.Expressions (6)
System\Linq\Expressions\Interpreter\BranchLabel.cs (6)
33
private int _stackDepth =
UnknownDepth
;
34
private int _continuationStackDepth =
UnknownDepth
;
46
Debug.Assert(_targetIndex != UnknownIndex && _stackDepth !=
UnknownDepth
&& _continuationStackDepth !=
UnknownDepth
);
70
Debug.Assert(((_targetIndex == UnknownIndex) == (_stackDepth ==
UnknownDepth
)));
71
Debug.Assert(((_targetIndex == UnknownIndex) == (_continuationStackDepth ==
UnknownDepth
)));