4 references to ExclusiveOr
System.Core (2)
Microsoft\Scripting\Ast\BinaryExpression.cs (2)
897return ExclusiveOr(left, right, method); 2468return ExclusiveOr(left, right, null);
System.Data.Entity (1)
System\Data\Objects\ELinq\LinqExpressionNormalizer.cs (1)
193return Expression.ExclusiveOr(m.Arguments[0], m.Arguments[1], m.Method);
System.Data.Services.Client (1)
System\Data\Services\Client\ALinq\ExpressionNormalizer.cs (1)
299return Expression.ExclusiveOr(visited.Arguments[0], visited.Arguments[1], visited.Method);