1 override of SetFeed
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
114
protected internal override void
SetFeed
(SyndicationFeed feed)
3 references to SetFeed
System.ServiceModel.Syndication (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
668
SetFeed
(CreateFeedInstance());
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
116
base.
SetFeed
(feed);
117
_atomSerializer.
SetFeed
(Feed);