4 types derived from OffsetInstruction
System.Linq.Expressions (4)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (4)
48internal sealed class BranchFalseInstruction : OffsetInstruction 70internal sealed class BranchTrueInstruction : OffsetInstruction 92internal sealed class CoalescingBranchInstruction : OffsetInstruction 115internal sealed class BranchInstruction : OffsetInstruction
2 references to OffsetInstruction
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\InstructionList.cs (2)
947_instructions[branchIndex] = ((OffsetInstruction)_instructions[branchIndex]).Fixup(offset); 979private void EmitBranch(OffsetInstruction instruction, BranchLabel label)