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