2 references to KeywordNull
System.Data.Services (2)
System\Data\Services\Parsing\ExpressionLexer.cs (1)
261
else if (this.token.Text == ExpressionConstants.
KeywordNull
)
System\Data\Services\Serializers\Serializer.cs (1)
1140
stringValue = Parsing.ExpressionConstants.
KeywordNull
;