4 references to Atom10FeedFormatter
System.Data.Services (1)
System\Data\Services\Serializers\Atom10FormatterFactory.cs (1)
45
return new
Atom10FeedFormatter
(feedToWrite);
System.ServiceModel (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
1333
:
base
(feedToWrite)
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
77
this.atomSerializer = new
Atom10FeedFormatter
(this.Feed);
System\ServiceModel\Syndication\SyndicationFeed.cs (1)
290
return new
Atom10FeedFormatter
(this);