2 writes to feedType
System.ServiceModel (2)
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
61this.feedType = feedTypeToCreate; 78this.feedType = feedToWrite.GetType();
2 references to feedType
System.ServiceModel (2)
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
108return this.feedType; 201return SyndicationFeedFormatter.CreateFeedInstance(this.feedType);