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