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
;
341
if (
_getMethod
== null)
349
if (
_getMethod
== null)
356
return
_getMethod
!;