1 write to category
System (1)
compmod\system\componentmodel\MemberDescriptor.cs (1)
184category = ((CategoryAttribute)Attributes[typeof(CategoryAttribute)]).Category;
8 references to category
System (8)
compmod\system\componentmodel\MemberDescriptor.cs (8)
183if (category == null) { 186return category; 324if ((mdObj.category == null) != (category == null) || 325(category != null && !mdObj.category.Equals(category))) { 339(description != null && !mdObj.category.Equals(description))) {