8 types derived from RightShiftInstruction
System.Linq.Expressions (8)
System\Linq\Expressions\Interpreter\RightShiftInstruction.cs (8)
18
private sealed class RightShiftSByte :
RightShiftInstruction
36
private sealed class RightShiftInt16 :
RightShiftInstruction
54
private sealed class RightShiftInt32 :
RightShiftInstruction
72
private sealed class RightShiftInt64 :
RightShiftInstruction
90
private sealed class RightShiftByte :
RightShiftInstruction
108
private sealed class RightShiftUInt16 :
RightShiftInstruction
126
private sealed class RightShiftUInt32 :
RightShiftInstruction
144
private sealed class RightShiftUInt64 :
RightShiftInstruction
1 reference to RightShiftInstruction
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\InstructionList.cs (1)
706
Emit(
RightShiftInstruction
.Create(type));