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