2 writes to _attributes
System.ComponentModel.TypeConverter (2)
System\ComponentModel\ReflectTypeDescriptionProvider.ReflectedTypeData.cs (2)
146_attributes = new AttributeCollection(attributes.ToArray()); 558_attributes = null;
3 references to _attributes
System.ComponentModel.TypeConverter (3)
System\ComponentModel\ReflectTypeDescriptionProvider.ReflectedTypeData.cs (3)
40internal bool IsPopulated => (_attributes != null) | (_events != null) | (_properties != null); 54if (_attributes == null) 149return _attributes;