4 references to BinaryLiteral
System.Data.Services (4)
System\Data\Services\Parsing\ExpressionLexer.cs (2)
435id = TokenId.BinaryLiteral; 480result = TokenId.BinaryLiteral;
System\Data\Services\Parsing\RequestQueryParser.cs (1)
1794case TokenId.BinaryLiteral:
System\Data\Services\Parsing\Token.cs (1)
77this.Id == TokenId.BinaryLiteral ||