1 type derived from Rss20FeedFormatter
System.ServiceModel (1)
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
1464public class Rss20FeedFormatter<TSyndicationFeed> : Rss20FeedFormatter
3 instantiations of Rss20FeedFormatter
System.ServiceModel (3)
System\ServiceModel\Syndication\Rss20ItemFormatter.cs (2)
45this.feedSerializer = new Rss20FeedFormatter(); 61this.feedSerializer = new Rss20FeedFormatter();
System\ServiceModel\Syndication\SyndicationFeed.cs (1)
300return new Rss20FeedFormatter(this, serializeExtensionsAsAtom);
5 references to Rss20FeedFormatter
System.ServiceModel (3)
System\ServiceModel\Syndication\Rss20ItemFormatter.cs (1)
22Rss20FeedFormatter feedSerializer;
System\ServiceModel\Syndication\SyndicationFeed.cs (2)
293public Rss20FeedFormatter GetRss20Formatter() 298public Rss20FeedFormatter GetRss20Formatter(bool serializeExtensionsAsAtom)
System.ServiceModel.Web (2)
AssemblyInfo.cs (1)
29[assembly: TypeForwardedTo(typeof(System.ServiceModel.Syndication.Rss20FeedFormatter))]
System\ServiceModel\Dispatcher\HelpPage.cs (1)
338else if (typeof(Rss20FeedFormatter).IsAssignableFrom(type))