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