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)
1461return (_attributes != null) | (_events != null) | (_properties != null); 1474if (_attributes == null) 1577return _attributes;