1 type derived from Rss20FeedFormatter
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
1173public class Rss20FeedFormatter<TSyndicationFeed> : Rss20FeedFormatter where TSyndicationFeed : SyndicationFeed, new()
3 instantiations of Rss20FeedFormatter
System.ServiceModel.Syndication (3)
System\ServiceModel\Syndication\Rss20ItemFormatter.cs (2)
32_feedSerializer = new Rss20FeedFormatter 45_feedSerializer = new Rss20FeedFormatter
System\ServiceModel\Syndication\SyndicationFeed.cs (1)
440return new Rss20FeedFormatter(this, serializeExtensionsAsAtom);
6 references to Rss20FeedFormatter
System.ServiceModel (1)
netstandard.cs (1)
250[assembly: TypeForwardedTo(typeof(Rss20FeedFormatter))]
System.ServiceModel.Syndication (4)
System\ServiceModel\Syndication\Rss20ItemFormatter.cs (1)
14private readonly Rss20FeedFormatter _feedSerializer;
System\ServiceModel\Syndication\SyndicationFeed.cs (3)
251SyndicationLink documentation = Rss20FeedFormatter.ReadAlternateLink(reader, BaseUri, SyndicationFeedFormatter.DefaultUriParser, preserveAttributeExtensions: true); 436public Rss20FeedFormatter GetRss20Formatter() => GetRss20Formatter(true); 438public Rss20FeedFormatter GetRss20Formatter(bool serializeExtensionsAsAtom)
System.ServiceModel.Web (1)
System.ServiceModel.Web.cs (1)
20[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceModel.Syndication.Rss20FeedFormatter))]