5 references to Inline
System.Data.Services (5)
System\Data\Services\RequestQueryProcessor.cs (1)
1005
this.description.CountOption = RequestQueryCountOption.
Inline
;
System\Data\Services\Serializers\JsonSerializer.cs (2)
162
if (this.RequestDescription.CountOption == RequestQueryCountOption.
Inline
)
251
if (this.RequestDescription.CountOption == RequestQueryCountOption.
Inline
)
System\Data\Services\Serializers\PlainXmlSerializer.cs (1)
231
if (this.RequestDescription.CountOption == RequestQueryCountOption.
Inline
)
System\Data\Services\Serializers\SyndicationSerializer.cs (1)
248
if (this.RequestDescription.CountOption == RequestQueryCountOption.
Inline
)