5 references to EmitBranch
System.Linq.Expressions (5)
System\Linq\Expressions\Interpreter\InstructionList.cs (5)
987
EmitBranch
(new BranchInstruction(), label);
992
EmitBranch
(new BranchInstruction(hasResult, hasValue), label);
997
EmitBranch
(new CoalescingBranchInstruction(), leftNotNull);
1002
EmitBranch
(new BranchTrueInstruction(), elseLabel);
1007
EmitBranch
(new BranchFalseInstruction(), elseLabel);