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