2 overrides of CreateFeedInstance
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
492
protected override SyndicationFeed
CreateFeedInstance
() => CreateFeedInstance(FeedType);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
144
protected override SyndicationFeed
CreateFeedInstance
() => CreateFeedInstance(FeedType);