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