4 types derived from OffsetInstruction
System.Linq.Expressions (4)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (4)
48
internal sealed class BranchFalseInstruction :
OffsetInstruction
70
internal sealed class BranchTrueInstruction :
OffsetInstruction
92
internal sealed class CoalescingBranchInstruction :
OffsetInstruction
115
internal 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);
979
private void EmitBranch(
OffsetInstruction
instruction, BranchLabel label)