3 references to Atom10FeedFormatter
System.ServiceModel.Syndication (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (2)
34
public Atom10FeedFormatter() :
this
(typeof(SyndicationFeed))
1225
public Atom10FeedFormatter() :
base
(typeof(TSyndicationFeed))
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
45
_atomSerializer = new
Atom10FeedFormatter
(feedTypeToCreate);