6 references to Text
System.Data.Services (6)
System\Data\Services\DataService.cs (2)
1225Deserializer.ModifyResource(description, resource, null, ContentFormat.Text, dataService); 1249Deserializer.ModifyResource(description, resource, null, ContentFormat.Text, dataService);
System\Data\Services\ResponseBodyWriter.cs (1)
130case ContentFormat.Text:
System\Data\Services\Serializers\Deserializer.cs (2)
216contentFormat == ContentFormat.Binary || contentFormat == ContentFormat.Text, 281Debug.Assert(requestFormat == ContentFormat.Text, "requestFormat == ContentFormat.Text");
System\Data\Services\WebUtil.cs (1)
336ContentFormat result = ContentFormat.Text;