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