1 write to getFunc
System.Activities (1)
System\Activities\Expressions\ValueTypePropertyReference.cs (1)
90
this.
getFunc
= MethodCallExpressionHelper.GetFunc(metadata, this.getMethod, funcCache, locker);
2 references to getFunc
System.Activities (2)
System\Activities\Expressions\ValueTypePropertyReference.cs (2)
88
if (MethodCallExpressionHelper.NeedRetrieve(this.getMethod, oldGetMethod, this.
getFunc
))
104
return new PropertyLocation(this.propertyInfo, this.
getFunc
, this.setFunc, operandLocationValue);