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