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(); 1374BranchLabel computeRight = _instructions.MakeLabel(); 1375BranchLabel returnFalse = _instructions.MakeLabel(); 1376BranchLabel returnNull = _instructions.MakeLabel(); 1377BranchLabel returnValue = _instructions.MakeLabel(); 1454BranchLabel elseLabel = _instructions.MakeLabel(); 1455BranchLabel endLabel = _instructions.MakeLabel(); 1480BranchLabel endOfFalse = _instructions.MakeLabel(); 1487BranchLabel endOfTrue = _instructions.MakeLabel(); 1493BranchLabel endOfFalse = _instructions.MakeLabel(); 1973BranchLabel end = _instructions.MakeLabel(); 1974BranchLabel gotoEnd = _instructions.MakeLabel(); 1980startOfFinally = _instructions.MakeLabel(); 2105BranchLabel end = _instructions.MakeLabel(); 2122BranchLabel startOfFault = _instructions.MakeLabel(); 2617BranchLabel leftNotNull = _instructions.MakeLabel(); 2628end = _instructions.MakeLabel();