3 types derived from NegateCheckedInstruction
System.Linq.Expressions (3)
System\Linq\Expressions\Interpreter\NegateInstruction.cs (3)
129
private sealed class NegateCheckedInt32 :
NegateCheckedInstruction
146
private sealed class NegateCheckedInt16 :
NegateCheckedInstruction
163
private sealed class NegateCheckedInt64 :
NegateCheckedInstruction
1 reference to NegateCheckedInstruction
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\InstructionList.cs (1)
824
Emit(
NegateCheckedInstruction
.Create(type));