8 references to PlainXml
System.Data.Services (8)
System\Data\Services\DataService.cs (1)
1676
return ContentFormat.
PlainXml
;
System\Data\Services\ResponseBodyWriter.cs (2)
143
case ContentFormat.
PlainXml
:
171
else if (ContentFormat.
PlainXml
== this.responseFormat)
System\Data\Services\Serializers\Deserializer.cs (2)
176
case ContentFormat.
PlainXml
:
209
else if (contentFormat == ContentFormat.Atom || contentFormat == ContentFormat.
PlainXml
)
System\Data\Services\Serializers\PlainXmlDeserializer.cs (1)
73
return ContentFormat.
PlainXml
;
System\Data\Services\WebUtil.cs (2)
442
contentFormat = ContentFormat.
PlainXml
;
468
if (contentFormat == ContentFormat.
PlainXml
)