3 references to ExclusiveOr
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\ExpressionTreeCallRewriter.cs (1)
593
return Expression.
ExclusiveOr
(arg1, arg2, methodInfo);
System.Linq.Expressions (2)
System\Linq\Expressions\BinaryExpression.cs (2)
922
ExpressionType.ExclusiveOr =>
ExclusiveOr
(left, right, method),
2635
return
ExclusiveOr
(left, right, method: null);