2 references to KeywordFalse
System.Data.Services (2)
System\Data\Services\Parsing\ExpressionLexer.cs (1)
257else if (this.token.Text == ExpressionConstants.KeywordTrue || this.token.Text == ExpressionConstants.KeywordFalse)
System\Data\Services\Parsing\RequestQueryParser.cs (1)
2005Debug.Assert(originalText == ExpressionConstants.KeywordFalse, "originalText == ExpressionConstants.KeywordFalse");