Base:
method
CreateFeedInstance
System.ServiceModel.Syndication.SyndicationFeedFormatter.CreateFeedInstance()
1 override of CreateFeedInstance
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
1214protected override SyndicationFeed CreateFeedInstance() => new TSyndicationFeed();
1 reference to CreateFeedInstance
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
303SetFeed(CreateFeedInstance());