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