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