29 references to MakeLabel
System.Linq.Expressions (29)
System\Linq\Expressions\Interpreter\InstructionList.cs (1)
964
BranchLabel handlerLabel =
MakeLabel
();
System\Linq\Expressions\Interpreter\LabelInfo.cs (1)
168
_label ??= compiler.Instructions.
MakeLabel
();
System\Linq\Expressions\Interpreter\LightCompiler.cs (27)
767
BranchLabel end = _instructions.
MakeLabel
();
795
BranchLabel testRight = _instructions.
MakeLabel
();
796
BranchLabel callMethod = _instructions.
MakeLabel
();
838
BranchLabel loadDefault = _instructions.
MakeLabel
();
1039
BranchLabel end = _instructions.
MakeLabel
();
1040
BranchLabel loadDefault = _instructions.
MakeLabel
();
1282
BranchLabel notNull = _instructions.
MakeLabel
();
1283
BranchLabel computed = _instructions.
MakeLabel
();
1304
BranchLabel notNull = _instructions.
MakeLabel
();
1305
BranchLabel computed = _instructions.
MakeLabel
();
1355
BranchLabel labEnd = _instructions.
MakeLabel
();
1374
BranchLabel computeRight = _instructions.
MakeLabel
();
1375
BranchLabel returnFalse = _instructions.
MakeLabel
();
1376
BranchLabel returnNull = _instructions.
MakeLabel
();
1377
BranchLabel returnValue = _instructions.
MakeLabel
();
1454
BranchLabel elseLabel = _instructions.
MakeLabel
();
1455
BranchLabel endLabel = _instructions.
MakeLabel
();
1480
BranchLabel endOfFalse = _instructions.
MakeLabel
();
1487
BranchLabel endOfTrue = _instructions.
MakeLabel
();
1493
BranchLabel endOfFalse = _instructions.
MakeLabel
();
1973
BranchLabel end = _instructions.
MakeLabel
();
1974
BranchLabel gotoEnd = _instructions.
MakeLabel
();
1980
startOfFinally = _instructions.
MakeLabel
();
2105
BranchLabel end = _instructions.
MakeLabel
();
2122
BranchLabel startOfFault = _instructions.
MakeLabel
();
2617
BranchLabel leftNotNull = _instructions.
MakeLabel
();
2628
end = _instructions.
MakeLabel
();