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)
40
internal bool IsPopulated => (
_attributes
!= null) | (_events != null) | (_properties != null);
54
if (
_attributes
== null)
149
return
_attributes
;