1 instantiation of Rss20FeedFormatter
System.ServiceModel (1)
System\ServiceModel\Syndication\SyndicationFeed.cs (1)
274
Rss20FeedFormatter<TSyndicationFeed> rssSerializer = new
Rss20FeedFormatter
<TSyndicationFeed>();
2 references to Rss20FeedFormatter
System.ServiceModel (1)
System\ServiceModel\Syndication\SyndicationFeed.cs (1)
274
Rss20FeedFormatter
<TSyndicationFeed> rssSerializer = new Rss20FeedFormatter<TSyndicationFeed>();
System.ServiceModel.Web (1)
AssemblyInfo.cs (1)
30
[assembly: TypeForwardedTo(typeof(System.ServiceModel.Syndication.
Rss20FeedFormatter
<>))]