3 references to StringLiteral
System.Data.Services (3)
System\Data\Services\Parsing\ExpressionLexer.cs (1)
210t = TokenId.StringLiteral;
System\Data\Services\Parsing\RequestQueryParser.cs (1)
1782case TokenId.StringLiteral:
System\Data\Services\Parsing\Token.cs (1)
81this.Id == TokenId.StringLiteral ||