29 references to MakeLabel
System.Linq.Expressions (29)
System\Linq\Expressions\Interpreter\InstructionList.cs (1)
964BranchLabel handlerLabel = MakeLabel();
System\Linq\Expressions\Interpreter\LabelInfo.cs (1)
168_label ??= compiler.Instructions.MakeLabel();
System\Linq\Expressions\Interpreter\LightCompiler.cs (27)
767BranchLabel end = _instructions.MakeLabel(); 795BranchLabel testRight = _instructions.MakeLabel(); 796BranchLabel callMethod = _instructions.MakeLabel(); 838BranchLabel loadDefault = _instructions.MakeLabel(); 1039BranchLabel end = _instructions.MakeLabel(); 1040BranchLabel loadDefault = _instructions.MakeLabel(); 1282BranchLabel notNull = _instructions.MakeLabel(); 1283BranchLabel computed = _instructions.MakeLabel(); 1304BranchLabel notNull = _instructions.MakeLabel(); 1305BranchLabel computed = _instructions.MakeLabel(); 1355BranchLabel labEnd = _instructions.MakeLabel(); 1393BranchLabel computeRight = _instructions.MakeLabel(); 1394BranchLabel returnFalse = _instructions.MakeLabel(); 1395BranchLabel returnNull = _instructions.MakeLabel(); 1396BranchLabel returnValue = _instructions.MakeLabel(); 1473BranchLabel elseLabel = _instructions.MakeLabel(); 1474BranchLabel endLabel = _instructions.MakeLabel(); 1499BranchLabel endOfFalse = _instructions.MakeLabel(); 1506BranchLabel endOfTrue = _instructions.MakeLabel(); 1512BranchLabel endOfFalse = _instructions.MakeLabel(); 1992BranchLabel end = _instructions.MakeLabel(); 1993BranchLabel gotoEnd = _instructions.MakeLabel(); 1999startOfFinally = _instructions.MakeLabel(); 2124BranchLabel end = _instructions.MakeLabel(); 2141BranchLabel startOfFault = _instructions.MakeLabel(); 2636BranchLabel leftNotNull = _instructions.MakeLabel(); 2647end = _instructions.MakeLabel();