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