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