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