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