1 instantiation of Rss20FeedFormatter
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\SyndicationFeed.cs (1)
425
Rss20FeedFormatter<TSyndicationFeed> rssSerializer = new
Rss20FeedFormatter
<TSyndicationFeed>();
3 references to Rss20FeedFormatter
System.ServiceModel (1)
netstandard.cs (1)
251
[assembly: TypeForwardedTo(typeof(
Rss20FeedFormatter
<>))]
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\SyndicationFeed.cs (1)
425
Rss20FeedFormatter
<TSyndicationFeed> rssSerializer = new Rss20FeedFormatter<TSyndicationFeed>();
System.ServiceModel.Web (1)
System.ServiceModel.Web.cs (1)
21
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceModel.Syndication.
Rss20FeedFormatter
<>))]