4 references to BooleanLiteral
System.Data.Services (4)
System\Data\Services\Parsing\ExpressionLexer.cs (1)
259this.token.Id = TokenId.BooleanLiteral;
System\Data\Services\Parsing\RequestQueryParser.cs (2)
1771case TokenId.BooleanLiteral: 1996Debug.Assert(this.CurrentToken.Id == TokenId.BooleanLiteral, "this.CurrentToken.Id == TokenId.BooleanLiteral");
System\Data\Services\Parsing\Token.cs (1)
78this.Id == TokenId.BooleanLiteral ||