1 override of SetFeed
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
128
protected internal override void
SetFeed
(SyndicationFeed feed)
3 references to SetFeed
System.ServiceModel.Syndication (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
698
SetFeed
(CreateFeedInstance());
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
130
base.
SetFeed
(feed);
131
_atomSerializer.
SetFeed
(Feed);