1 type derived from Rss20ItemFormatter
System.ServiceModel (1)
System\ServiceModel\Syndication\Rss20ItemFormatter.cs (1)
198
public class Rss20ItemFormatter<TSyndicationItem> :
Rss20ItemFormatter
, IXmlSerializable
1 instantiation of Rss20ItemFormatter
System.ServiceModel (1)
System\ServiceModel\Syndication\SyndicationItem.cs (1)
261
return new
Rss20ItemFormatter
(this, serializeExtensionsAsAtom);
3 references to Rss20ItemFormatter
System.ServiceModel (2)
System\ServiceModel\Syndication\SyndicationItem.cs (2)
254
public
Rss20ItemFormatter
GetRss20Formatter()
259
public
Rss20ItemFormatter
GetRss20Formatter(bool serializeExtensionsAsAtom)
System.ServiceModel.Web (1)
AssemblyInfo.cs (1)
31
[assembly: TypeForwardedTo(typeof(System.ServiceModel.Syndication.
Rss20ItemFormatter
))]