11 types derived from GreaterThanInstruction
System.Linq.Expressions (11)
System\Linq\Expressions\Interpreter\GreaterThanInstruction.cs (11)
24private sealed class GreaterThanSByte : GreaterThanInstruction 47private sealed class GreaterThanInt16 : GreaterThanInstruction 70private sealed class GreaterThanChar : GreaterThanInstruction 93private sealed class GreaterThanInt32 : GreaterThanInstruction 116private sealed class GreaterThanInt64 : GreaterThanInstruction 139private sealed class GreaterThanByte : GreaterThanInstruction 162private sealed class GreaterThanUInt16 : GreaterThanInstruction 185private sealed class GreaterThanUInt32 : GreaterThanInstruction 208private sealed class GreaterThanUInt64 : GreaterThanInstruction 231private sealed class GreaterThanSingle : GreaterThanInstruction 254private sealed class GreaterThanDouble : GreaterThanInstruction
1 reference to GreaterThanInstruction
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\InstructionList.cs (1)
731Emit(GreaterThanInstruction.Create(type, liftedToNull));