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