11 references to IdentifierIs
System.Data.Services (11)
System\Data\Services\Parsing\RequestQueryParser.cs (11)
1646
while (this.CurrentToken.
IdentifierIs
(ExpressionConstants.KeywordAdd) ||
1647
this.CurrentToken.
IdentifierIs
(ExpressionConstants.KeywordSub))
1652
if (op.
IdentifierIs
(ExpressionConstants.KeywordAdd))
1675
while (this.CurrentToken.
IdentifierIs
(ExpressionConstants.KeywordMultiply) ||
1676
this.CurrentToken.
IdentifierIs
(ExpressionConstants.KeywordDivide) ||
1677
this.CurrentToken.
IdentifierIs
(ExpressionConstants.KeywordModulo))
1683
if (op.
IdentifierIs
(ExpressionConstants.KeywordMultiply))
1687
else if (op.
IdentifierIs
(ExpressionConstants.KeywordDivide))
1693
Debug.Assert(op.
IdentifierIs
(ExpressionConstants.KeywordModulo), "op.IdentifierIs(ExpressionConstants.KeywordModulo)");
1707
if (this.CurrentToken.Id == TokenId.Minus || this.CurrentToken.
IdentifierIs
(ExpressionConstants.KeywordNot))
2568
return this.CurrentToken.
IdentifierIs
(id);