System\Data\Services\Parsing\RequestQueryParser.cs (5)
1415left = this.GenerateComparisonExpression(left, right, op);
1432return this.GenerateComparisonExpression(left, this.ParsePrimaryStart(l), op);
1470return this.GenerateComparisonExpression(left, right, op);
1491this.GenerateComparisonExpression(left, right, op)));
1510this.GenerateComparisonExpression(left, right, op)));