7 references to BitwiseExclusiveOr
Microsoft.CSharp (7)
Microsoft\CSharp\RuntimeBinder\Semantics\COperators.cs (2)
34
new OperatorInfo(TokenKind.HatEqual, PredefinedName.PN_COUNT, ExpressionKind.MultiOffset + (int)ExpressionKind.
BitwiseExclusiveOr
),
43
new OperatorInfo(TokenKind.Hat, PredefinedName.PN_OPXOR, ExpressionKind.
BitwiseExclusiveOr
),
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (2)
2152
case ExpressionKind.
BitwiseExclusiveOr
:
2698
case ExpressionKind.
BitwiseExclusiveOr
:
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (2)
382
ExpressionKind.
BitwiseExclusiveOr
=> PREDEFMETH.PM_EXPRESSION_EXCLUSIVEOR,
510
case ExpressionKind.
BitwiseExclusiveOr
: pdm = PREDEFMETH.PM_EXPRESSION_EXCLUSIVEOR_USER_DEFINED; break;
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExprVisitorBase.cs (1)
58
ExpressionKind.
BitwiseExclusiveOr
=> VisitBITXOR(pExpr as ExprBinOp),