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