2 writes to _categories
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\InlineCategoriesDocument.cs (2)
25
_categories
= new NullNotAllowedCollection<SyndicationCategory>();
38
get =>
_categories
??= new NullNotAllowedCollection<SyndicationCategory>();
1 reference to _categories
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\InlineCategoriesDocument.cs (1)
28
_categories
.Add(category);