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