2 writes to _properties
System.ComponentModel.TypeConverter (2)
System\ComponentModel\ReflectTypeDescriptionProvider.ReflectedTypeData.cs (2)
496_properties = new PropertyDescriptorCollection(propertyArray, true); 560_properties = null;
3 references to _properties
System.ComponentModel.TypeConverter (3)
System\ComponentModel\ReflectTypeDescriptionProvider.ReflectedTypeData.cs (3)
40internal bool IsPopulated => (_attributes != null) | (_events != null) | (_properties != null); 476if (_properties == null) 499return _properties;