5 writes to _getMethod
System.ComponentModel.TypeConverter (5)
System\ComponentModel\ReflectPropertyDescriptor.cs (5)
127_getMethod = getMethod; 150_getMethod = getMethod; 181_getMethod = oldProp._getMethod; 339_getMethod = _propInfo.GetGetMethod(nonPublic: true); 348_getMethod = FindMethod(_componentClass, "Get" + Name, new Type[] { _receiverType }, _type);
4 references to _getMethod
System.ComponentModel.TypeConverter (4)
System\ComponentModel\ReflectPropertyDescriptor.cs (4)
181_getMethod = oldProp._getMethod; 341if (_getMethod == null) 349if (_getMethod == null) 356return _getMethod!;