2 writes to categories
System.ServiceModel (2)
System\ServiceModel\Syndication\SyndicationFeed.cs (2)
90
this.
categories
= FeedUtils.CloneCategories(source.categories);
153
this.
categories
= new NullNotAllowedCollection<SyndicationCategory>();
3 references to categories
System.ServiceModel (3)
System\ServiceModel\Syndication\SyndicationFeed.cs (3)
90
this.categories = FeedUtils.CloneCategories(source.
categories
);
151
if (this.
categories
== null)
155
return
categories
;