9 references to SyndicationVersions
System.ServiceModel (8)
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; }
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (3)
101
get { return
SyndicationVersions
.Rss20; }
1060
link.WriteAttributeExtensions(writer,
SyndicationVersions
.Rss20);
1437
link.WriteAttributeExtensions(writer,
SyndicationVersions
.Rss20);
System\ServiceModel\Syndication\Rss20ItemFormatter.cs (1)
100
get { return
SyndicationVersions
.Rss20; }
System.ServiceModel.Web (1)
AssemblyInfo.cs (1)
45
[assembly: TypeForwardedTo(typeof(System.ServiceModel.Syndication.
SyndicationVersions
))]