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)
330
if (
_receiverType
== null)
348
_getMethod = FindMethod(_componentClass, "Get" + Name, new Type[] {
_receiverType
}, _type);
363
private bool IsExtender => (
_receiverType
!= null);
388
if (
_receiverType
== null)
394
args = new Type[] {
_receiverType
};
443
if (
_receiverType
== null)
458
new Type[] {
_receiverType
, _type }, typeof(void));
480
if (
_receiverType
== null)
486
args = new Type[] {
_receiverType
};
552
internal Type? ExtenderGetReceiverType() =>
_receiverType
;
814
memberInfo = currentReflectType.GetMethod("Get" + Name, bindingFlags, binder: null, new Type[] {
_receiverType
! }, modifiers: null);