2 writes to categories
System.ServiceModel (2)
System\ServiceModel\Syndication\ResourceCollectionInfo.cs (2)
58this.categories = new NullNotAllowedCollection<CategoriesDocument>(); 106this.categories = new NullNotAllowedCollection<CategoriesDocument>();
3 references to categories
System.ServiceModel (3)
System\ServiceModel\Syndication\ResourceCollectionInfo.cs (3)
61this.categories.Add(category); 104if (this.categories == null) 108return this.categories;