2 writes to _attributes
System (2)
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (2)
1574
_attributes
= new AttributeCollection(attrArray);
1999
_attributes
= null;
3 references to _attributes
System (3)
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (3)
1461
return (
_attributes
!= null) | (_events != null) | (_properties != null);
1474
if (
_attributes
== null)
1577
return
_attributes
;