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