1 instantiation of Rss20ItemFormatter
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\SyndicationItem.cs (1)
171Rss20ItemFormatter<TSyndicationItem> rssSerializer = new Rss20ItemFormatter<TSyndicationItem>();
2 references to Rss20ItemFormatter
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\SyndicationItem.cs (1)
171Rss20ItemFormatter<TSyndicationItem> rssSerializer = new Rss20ItemFormatter<TSyndicationItem>();
System.ServiceModel.Web (1)
System.ServiceModel.Web.cs (1)
23[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceModel.Syndication.Rss20ItemFormatter<>))]