2 writes to feedType
System.ServiceModel (2)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (2)
63this.feedType = feedTypeToCreate; 72this.feedType = feedToWrite.GetType();
2 references to feedType
System.ServiceModel (2)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (2)
96return this.feedType; 513return SyndicationFeedFormatter.CreateFeedInstance(this.feedType);