1 write to getFunc
System.Activities (1)
System\Activities\Expressions\PropertyReference.cs (1)
91
this.
getFunc
= MethodCallExpressionHelper.GetFunc(metadata, this.getMethod, funcCache, locker);
2 references to getFunc
System.Activities (2)
System\Activities\Expressions\PropertyReference.cs (2)
89
if (MethodCallExpressionHelper.NeedRetrieve(this.getMethod, oldGetMethod, this.
getFunc
))
102
return new PropertyLocation<TResult>(this.propertyInfo, this.
getFunc
, this.setFunc, this.Operand.Get(context));