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