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