3 references to Atom10FeedFormatter
System.ServiceModel.Syndication (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
1229
public Atom10FeedFormatter(TSyndicationFeed feedToWrite) :
base
(feedToWrite)
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
58
_atomSerializer = new
Atom10FeedFormatter
(Feed);
System\ServiceModel\Syndication\SyndicationFeed.cs (1)
440
public Atom10FeedFormatter GetAtom10Formatter() => new
Atom10FeedFormatter
(this);