4 references to TokenIdentifierIs
System.Data.Services (4)
System\Data\Services\Parsing\RequestQueryParser.cs (4)
315
if (this.
TokenIdentifierIs
(ExpressionConstants.KeywordAscending))
319
else if (this.
TokenIdentifierIs
(ExpressionConstants.KeywordDescending))
1372
while (this.
TokenIdentifierIs
(ExpressionConstants.KeywordOr))
1391
while (this.
TokenIdentifierIs
(ExpressionConstants.KeywordAnd))