9 references to SyndicationVersions
System.ServiceModel (8)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (3)
89get { return SyndicationVersions.Atom10; } 486link.WriteAttributeExtensions(writer, SyndicationVersions.Atom10); 507link.WriteElementExtensions(writer, SyndicationVersions.Atom10);
System\ServiceModel\Syndication\Atom10ItemFormatter.cs (1)
82get { return SyndicationVersions.Atom10; }
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (3)
101get { return SyndicationVersions.Rss20; } 1060link.WriteAttributeExtensions(writer, SyndicationVersions.Rss20); 1437link.WriteAttributeExtensions(writer, SyndicationVersions.Rss20);
System\ServiceModel\Syndication\Rss20ItemFormatter.cs (1)
100get { return SyndicationVersions.Rss20; }
System.ServiceModel.Web (1)
AssemblyInfo.cs (1)
45[assembly: TypeForwardedTo(typeof(System.ServiceModel.Syndication.SyndicationVersions))]