1 write to getMethod
System.Activities (1)
System\Activities\Expressions\PropertyReference.cs (1)
68
getMethod
= this.propertyInfo.GetGetMethod();
5 references to getMethod
System.Activities (5)
System\Activities\Expressions\PropertyReference.cs (5)
40
MethodInfo oldGetMethod = this.
getMethod
;
80
if ((
getMethod
!= null && !
getMethod
.IsStatic) || (setMethod != null && !setMethod.IsStatic))
89
if (MethodCallExpressionHelper.NeedRetrieve(this.
getMethod
, oldGetMethod, this.getFunc))
91
this.getFunc = MethodCallExpressionHelper.GetFunc(metadata, this.
getMethod
, funcCache, locker);