9 types derived from NotInstruction
System.Linq.Expressions (9)
System\Linq\Expressions\Interpreter\NotInstruction.cs (9)
18private sealed class NotBoolean : NotInstruction 35private sealed class NotInt64 : NotInstruction 52private sealed class NotInt32 : NotInstruction 69private sealed class NotInt16 : NotInstruction 86private sealed class NotUInt64 : NotInstruction 103private sealed class NotUInt32 : NotInstruction 120private sealed class NotUInt16 : NotInstruction 137private sealed class NotByte : NotInstruction 154private sealed class NotSByte : NotInstruction
1 reference to NotInstruction
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\InstructionList.cs (1)
780Emit(NotInstruction.Create(type));