4 references to ParsePrimaryStart
System.Data.Services (4)
System\Data\Services\Parsing\RequestQueryParser.cs (4)
344
Expression e = this.
ParsePrimaryStart
(l);
1432
return this.GenerateComparisonExpression(left, this.
ParsePrimaryStart
(l), op);
1452
Expression right = this.
ParsePrimaryStart
(l);
1746
Expression expr = this.
ParsePrimaryStart
(this.lexer);