4 references to Rss20
System.ServiceModel (4)
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; }