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