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