8 types derived from AddInstruction
System.Linq.Expressions (8)
System\Linq\Expressions\Interpreter\AddInstruction.cs (8)
19private sealed class AddInt16 : AddInstruction 37private sealed class AddInt32 : AddInstruction 55private sealed class AddInt64 : AddInstruction 73private sealed class AddUInt16 : AddInstruction 91private sealed class AddUInt32 : AddInstruction 109private sealed class AddUInt64 : AddInstruction 127private sealed class AddSingle : AddInstruction 145private sealed class AddDouble : AddInstruction
2 references to AddInstruction
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\AddInstruction.cs (1)
310_ => AddInstruction.Create(type),
System\Linq\Expressions\Interpreter\InstructionList.cs (1)
657Emit(@checked ? AddOvfInstruction.Create(type) : AddInstruction.Create(type));