1 instantiation of Rss20ItemFormatter
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\SyndicationItem.cs (1)
171
Rss20ItemFormatter<TSyndicationItem> rssSerializer = new
Rss20ItemFormatter
<TSyndicationItem>();
3 references to Rss20ItemFormatter
System.ServiceModel (1)
netstandard.cs (1)
253
[assembly: TypeForwardedTo(typeof(
Rss20ItemFormatter
<>))]
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\SyndicationItem.cs (1)
171
Rss20ItemFormatter
<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
<>))]