3 references to KeywordNotEqual
System.Data.Services (3)
System\Data\Services\Parsing\RequestQueryParser.cs (1)
1620case ExpressionConstants.KeywordNotEqual:
System\Data\Services\Parsing\Token.cs (2)
51this.Text == ExpressionConstants.KeywordNotEqual || 67this.Text == ExpressionConstants.KeywordNotEqual);