4 writes to _propInfo
System.ComponentModel.TypeConverter (4)
System\ComponentModel\ReflectPropertyDescriptor.cs (4)
126_propInfo = propInfo; 180_propInfo = oldProp._propInfo; 335_propInfo = _componentClass.GetProperty(Name, bindingFlags, binder: null, PropertyType, Type.EmptyTypes, Array.Empty<ParameterModifier>()); 448_propInfo = _componentClass.GetProperty(Name, bindingFlags, binder: null, PropertyType, Type.EmptyTypes, Array.Empty<ParameterModifier>());
8 references to _propInfo
System.ComponentModel.TypeConverter (8)
System\ComponentModel\ReflectPropertyDescriptor.cs (8)
180_propInfo = oldProp._propInfo; 332if (_propInfo == null) 337if (_propInfo != null) 339_getMethod = _propInfo.GetGetMethod(nonPublic: true); 420string name = _propInfo!.Name; 445if (_propInfo == null) 450if (_propInfo != null) 452_setMethod = _propInfo.GetSetMethod(nonPublic: true);