AddBranch() private method

private AddBranch ( System.Linq.Expressions.Interpreter.InstructionList instructions, int branchIndex ) : void
instructions System.Linq.Expressions.Interpreter.InstructionList
branchIndex int
return void
Beispiel #1
0
 private void EmitBranch(OffsetInstruction instruction, BranchLabel label)
 {
     Emit(instruction);
     label.AddBranch(this, Count - 1);
 }
Beispiel #2
0
 private void EmitBranch(OffsetInstruction instruction, BranchLabel label)
 {
     Emit(instruction);
     label.AddBranch(this, Count - 1);
 }