1 type derived from Rss20FeedFormatter
System.ServiceModel (1)
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
1464
public class Rss20FeedFormatter<TSyndicationFeed> :
Rss20FeedFormatter
3 instantiations of Rss20FeedFormatter
System.ServiceModel (3)
System\ServiceModel\Syndication\Rss20ItemFormatter.cs (2)
45
this.feedSerializer = new
Rss20FeedFormatter
();
61
this.feedSerializer = new
Rss20FeedFormatter
();
System\ServiceModel\Syndication\SyndicationFeed.cs (1)
300
return new
Rss20FeedFormatter
(this, serializeExtensionsAsAtom);
5 references to Rss20FeedFormatter
System.ServiceModel (3)
System\ServiceModel\Syndication\Rss20ItemFormatter.cs (1)
22
Rss20FeedFormatter
feedSerializer;
System\ServiceModel\Syndication\SyndicationFeed.cs (2)
293
public
Rss20FeedFormatter
GetRss20Formatter()
298
public
Rss20FeedFormatter
GetRss20Formatter(bool serializeExtensionsAsAtom)
System.ServiceModel.Web (2)
AssemblyInfo.cs (1)
29
[assembly: TypeForwardedTo(typeof(System.ServiceModel.Syndication.
Rss20FeedFormatter
))]
System\ServiceModel\Dispatcher\HelpPage.cs (1)
338
else if (typeof(
Rss20FeedFormatter
).IsAssignableFrom(type))