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