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