8 types derived from IncrementInstruction
System.Linq.Expressions (8)
System\Linq\Expressions\Interpreter\IncrementInstruction.cs (8)
19
private sealed class IncrementInt16 :
IncrementInstruction
36
private sealed class IncrementInt32 :
IncrementInstruction
53
private sealed class IncrementInt64 :
IncrementInstruction
70
private sealed class IncrementUInt16 :
IncrementInstruction
87
private sealed class IncrementUInt32 :
IncrementInstruction
104
private sealed class IncrementUInt64 :
IncrementInstruction
121
private sealed class IncrementSingle :
IncrementInstruction
138
private sealed class IncrementDouble :
IncrementInstruction
1 reference to IncrementInstruction
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\InstructionList.cs (1)
829
Emit(
IncrementInstruction
.Create(type));