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