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