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