7 references to UnderlyingGetMethod
System.ComponentModel.Composition (7)
System\ComponentModel\Composition\ReflectionModel\ReflectionProperty.cs (7)
35
get { return
UnderlyingGetMethod
?? UnderlyingSetMethod!; }
40
get { return
UnderlyingGetMethod
!= null; }
62
MethodInfo method =
UnderlyingGetMethod
?? UnderlyingSetMethod!;
86
MethodInfo method =
UnderlyingGetMethod
?? UnderlyingSetMethod!;
96
if (
UnderlyingGetMethod
!= null)
98
return
UnderlyingGetMethod
.ReturnType;
123
return
UnderlyingGetMethod
!.SafeInvoke(instance);