Binder\Semantics\Operators\OperatorKind.cs (19)
753IntXor = Int | Xor,
754UIntXor = UInt | Xor,
755LongXor = Long | Xor,
756ULongXor = ULong | Xor,
757NIntXor = NInt | Xor,
758NUIntXor = NUInt | Xor,
759EnumXor = Enum | Xor,
760BoolXor = Bool | Xor,
761UserDefinedXor = UserDefined | Xor,
762LiftedIntXor = Lifted | Int | Xor,
763LiftedUIntXor = Lifted | UInt | Xor,
764LiftedLongXor = Lifted | Long | Xor,
765LiftedULongXor = Lifted | ULong | Xor,
766LiftedNIntXor = Lifted | NInt | Xor,
767LiftedNUIntXor = Lifted | NUInt | Xor,
768LiftedEnumXor = Lifted | Enum | Xor,
769LiftedBoolXor = Lifted | Bool | Xor,
770LiftedUserDefinedXor = Lifted | UserDefined | Xor,
771DynamicXor = Dynamic | Xor,