1 write to _receiverType
System.ComponentModel.TypeConverter (1)
System\ComponentModel\ReflectPropertyDescriptor.cs (1)
149_receiverType = receiverType;
11 references to _receiverType
System.ComponentModel.TypeConverter (11)
System\ComponentModel\ReflectPropertyDescriptor.cs (11)
330if (_receiverType == null) 348_getMethod = FindMethod(_componentClass, "Get" + Name, new Type[] { _receiverType }, _type); 363private bool IsExtender => (_receiverType != null); 388if (_receiverType == null) 394args = new Type[] { _receiverType }; 443if (_receiverType == null) 458new Type[] { _receiverType, _type }, typeof(void)); 480if (_receiverType == null) 486args = new Type[] { _receiverType }; 552internal Type? ExtenderGetReceiverType() => _receiverType; 814memberInfo = currentReflectType.GetMethod("Get" + Name, bindingFlags, binder: null, new Type[] { _receiverType! }, modifiers: null);