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