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