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