5 references to KeywordLessThan
System.Data.Services (5)
System\Data\Services\Parsing\RequestQueryParser.cs (3)
1448op.Text == ExpressionConstants.KeywordGreaterThan || op.Text == ExpressionConstants.KeywordLessThan, 1494case ExpressionConstants.KeywordLessThan: 1629case ExpressionConstants.KeywordLessThan:
System\Data\Services\Parsing\Token.cs (2)
28internal static readonly Token LessThan = new Token { Text = ExpressionConstants.KeywordLessThan, Id = TokenId.Identifier, Position = 0 }; 52this.Text == ExpressionConstants.KeywordLessThan ||