6 types derived from AddOvfInstruction
System.Linq.Expressions (6)
System\Linq\Expressions\Interpreter\AddInstruction.cs (6)
191private sealed class AddOvfInt16 : AddOvfInstruction 209private sealed class AddOvfInt32 : AddOvfInstruction 227private sealed class AddOvfInt64 : AddOvfInstruction 245private sealed class AddOvfUInt16 : AddOvfInstruction 263private sealed class AddOvfUInt32 : AddOvfInstruction 281private sealed class AddOvfUInt64 : AddOvfInstruction
1 reference to AddOvfInstruction
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\InstructionList.cs (1)
657Emit(@checked ? AddOvfInstruction.Create(type) : AddInstruction.Create(type));