9 types derived from ExclusiveOrInstruction
System.Linq.Expressions (9)
System\Linq\Expressions\Interpreter\ExclusiveOrInstruction.cs (9)
18
private sealed class ExclusiveOrSByte :
ExclusiveOrInstruction
34
private sealed class ExclusiveOrInt16 :
ExclusiveOrInstruction
50
private sealed class ExclusiveOrInt32 :
ExclusiveOrInstruction
66
private sealed class ExclusiveOrInt64 :
ExclusiveOrInstruction
82
private sealed class ExclusiveOrByte :
ExclusiveOrInstruction
98
private sealed class ExclusiveOrUInt16 :
ExclusiveOrInstruction
114
private sealed class ExclusiveOrUInt32 :
ExclusiveOrInstruction
130
private sealed class ExclusiveOrUInt64 :
ExclusiveOrInstruction
146
private sealed class ExclusiveOrBoolean :
ExclusiveOrInstruction
2 references to ExclusiveOrInstruction
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\InstructionList.cs (1)
686
Emit(
ExclusiveOrInstruction
.Create(type));
System\Linq\Expressions\Interpreter\NotEqualInstruction.cs (1)
498
case TypeCode.Boolean: return
ExclusiveOrInstruction
.Create(type);