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