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