8 references to Atom
System.Data.Services (8)
System\Data\Services\DataService.cs (1)
1667return ContentFormat.Atom;
System\Data\Services\ResponseBodyWriter.cs (1)
141case ContentFormat.Atom:
System\Data\Services\Serializers\Deserializer.cs (2)
166case ContentFormat.Atom: 209else if (contentFormat == ContentFormat.Atom || contentFormat == ContentFormat.PlainXml)
System\Data\Services\Serializers\SyndicationDeserializer.cs (1)
76return ContentFormat.Atom;
System\Data\Services\WebUtil.cs (3)
447contentFormat = ContentFormat.Atom; 456if (contentFormat == ContentFormat.Atom) 477contentFormat == ContentFormat.Atom)