2 references to KeywordTrue
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)
1999if (originalText == ExpressionConstants.KeywordTrue)