9 references to SyndicationVersions
System.ServiceModel.Syndication (8)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (3)
70public override string Version => SyndicationVersions.Atom10; 467link.WriteAttributeExtensions(writer, SyndicationVersions.Atom10); 488link.WriteElementExtensions(writer, SyndicationVersions.Atom10);
System\ServiceModel\Syndication\Atom10ItemFormatter.cs (1)
62public override string Version => SyndicationVersions.Atom10;
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (3)
70public override string Version => SyndicationVersions.Rss20; 812link.WriteAttributeExtensions(writer, SyndicationVersions.Rss20); 1174link.WriteAttributeExtensions(writer, SyndicationVersions.Rss20);
System\ServiceModel\Syndication\Rss20ItemFormatter.cs (1)
85public override string Version => SyndicationVersions.Rss20;
System.ServiceModel.Web (1)
System.ServiceModel.Web.cs (1)
36[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceModel.Syndication.SyndicationVersions))]