8 types derived from SubInstruction
System.Linq.Expressions (8)
System\Linq\Expressions\Interpreter\SubInstruction.cs (8)
19
private sealed class SubInt16 :
SubInstruction
37
private sealed class SubInt32 :
SubInstruction
55
private sealed class SubInt64 :
SubInstruction
73
private sealed class SubUInt16 :
SubInstruction
91
private sealed class SubUInt32 :
SubInstruction
109
private sealed class SubUInt64 :
SubInstruction
127
private sealed class SubSingle :
SubInstruction
145
private sealed class SubDouble :
SubInstruction
2 references to SubInstruction
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\InstructionList.cs (1)
662
Emit(@checked ? SubOvfInstruction.Create(type) :
SubInstruction
.Create(type));
System\Linq\Expressions\Interpreter\SubInstruction.cs (1)
310
_ =>
SubInstruction
.Create(type),