1 type derived from Rss20ItemFormatter
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\Rss20ItemFormatter.cs (1)
164public class Rss20ItemFormatter<TSyndicationItem> : Rss20ItemFormatter, IXmlSerializable where TSyndicationItem : SyndicationItem, new()
1 instantiation of Rss20ItemFormatter
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\SyndicationItem.cs (1)
201return new Rss20ItemFormatter(this, serializeExtensionsAsAtom);
3 references to Rss20ItemFormatter
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\SyndicationItem.cs (2)
197public Rss20ItemFormatter GetRss20Formatter() => GetRss20Formatter(true); 199public Rss20ItemFormatter GetRss20Formatter(bool serializeExtensionsAsAtom)
System.ServiceModel.Web (1)
System.ServiceModel.Web.cs (1)
22[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceModel.Syndication.Rss20ItemFormatter))]