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
();
1393
BranchLabel computeRight = _instructions.
MakeLabel
();
1394
BranchLabel returnFalse = _instructions.
MakeLabel
();
1395
BranchLabel returnNull = _instructions.
MakeLabel
();
1396
BranchLabel returnValue = _instructions.
MakeLabel
();
1473
BranchLabel elseLabel = _instructions.
MakeLabel
();
1474
BranchLabel endLabel = _instructions.
MakeLabel
();
1499
BranchLabel endOfFalse = _instructions.
MakeLabel
();
1506
BranchLabel endOfTrue = _instructions.
MakeLabel
();
1512
BranchLabel endOfFalse = _instructions.
MakeLabel
();
1992
BranchLabel end = _instructions.
MakeLabel
();
1993
BranchLabel gotoEnd = _instructions.
MakeLabel
();
1999
startOfFinally = _instructions.
MakeLabel
();
2124
BranchLabel end = _instructions.
MakeLabel
();
2141
BranchLabel startOfFault = _instructions.
MakeLabel
();
2636
BranchLabel leftNotNull = _instructions.
MakeLabel
();
2647
end = _instructions.
MakeLabel
();