6 types derived from SubOvfInstruction
System.Linq.Expressions (6)
System\Linq\Expressions\Interpreter\SubInstruction.cs (6)
191
private sealed class SubOvfInt16 :
SubOvfInstruction
209
private sealed class SubOvfInt32 :
SubOvfInstruction
227
private sealed class SubOvfInt64 :
SubOvfInstruction
245
private sealed class SubOvfUInt16 :
SubOvfInstruction
263
private sealed class SubOvfUInt32 :
SubOvfInstruction
281
private sealed class SubOvfUInt64 :
SubOvfInstruction
1 reference to SubOvfInstruction
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\InstructionList.cs (1)
662
Emit(@checked ?
SubOvfInstruction
.Create(type) : SubInstruction.Create(type));