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