1 write to getMethod
System.Activities (1)
System\Activities\Expressions\ValueTypePropertyReference.cs (1)
73
this.
getMethod
= this.propertyInfo.GetGetMethod();
3 references to getMethod
System.Activities (3)
System\Activities\Expressions\ValueTypePropertyReference.cs (3)
44
MethodInfo oldGetMethod = this.
getMethod
;
88
if (MethodCallExpressionHelper.NeedRetrieve(this.
getMethod
, oldGetMethod, this.getFunc))
90
this.getFunc = MethodCallExpressionHelper.GetFunc(metadata, this.
getMethod
, funcCache, locker);