5 types derived from NegateInstruction
System.Linq.Expressions (5)
System\Linq\Expressions\Interpreter\NegateInstruction.cs (5)
19private sealed class NegateInt16 : NegateInstruction 36private sealed class NegateInt32 : NegateInstruction 53private sealed class NegateInt64 : NegateInstruction 70private sealed class NegateSingle : NegateInstruction 87private sealed class NegateDouble : NegateInstruction
2 references to NegateInstruction
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\InstructionList.cs (1)
819Emit(NegateInstruction.Create(type));
System\Linq\Expressions\Interpreter\NegateInstruction.cs (1)
188_ => NegateInstruction.Create(type),