4 references to Atom10
System.ServiceModel (4)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (3)
89
get { return SyndicationVersions.
Atom10
; }
486
link.WriteAttributeExtensions(writer, SyndicationVersions.
Atom10
);
507
link.WriteElementExtensions(writer, SyndicationVersions.
Atom10
);
System\ServiceModel\Syndication\Atom10ItemFormatter.cs (1)
82
get { return SyndicationVersions.
Atom10
; }