2 writes to categories
System.ServiceModel (2)
System\ServiceModel\Syndication\InlineCategoriesDocument.cs (2)
35
this.
categories
= new NullNotAllowedCollection<SyndicationCategory>();
51
this.
categories
= new NullNotAllowedCollection<SyndicationCategory>();
3 references to categories
System.ServiceModel (3)
System\ServiceModel\Syndication\InlineCategoriesDocument.cs (3)
38
this.
categories
.Add(category);
49
if (this.
categories
== null)
53
return this.
categories
;