1 type derived from Rss20FeedFormatter
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
1200public class Rss20FeedFormatter<TSyndicationFeed> : Rss20FeedFormatter where TSyndicationFeed : SyndicationFeed, new()
3 instantiations of Rss20FeedFormatter
System.ServiceModel.Syndication (3)
System\ServiceModel\Syndication\Rss20ItemFormatter.cs (2)
35_feedSerializer = new Rss20FeedFormatter 48_feedSerializer = new Rss20FeedFormatter
System\ServiceModel\Syndication\SyndicationFeed.cs (1)
446return new Rss20FeedFormatter(this, serializeExtensionsAsAtom);
5 references to Rss20FeedFormatter
System.ServiceModel.Syndication (4)
System\ServiceModel\Syndication\Rss20ItemFormatter.cs (1)
14private readonly Rss20FeedFormatter _feedSerializer;
System\ServiceModel\Syndication\SyndicationFeed.cs (3)
254SyndicationLink documentation = Rss20FeedFormatter.ReadAlternateLink(reader, BaseUri, SyndicationFeedFormatter.DefaultUriParser, preserveAttributeExtensions: true); 442public Rss20FeedFormatter GetRss20Formatter() => GetRss20Formatter(true); 444public Rss20FeedFormatter GetRss20Formatter(bool serializeExtensionsAsAtom)
System.ServiceModel.Web (1)
System.ServiceModel.Web.cs (1)
20[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceModel.Syndication.Rss20FeedFormatter))]