1 write to setFunc
System.Activities (1)
System\Activities\Expressions\ValueTypePropertyReference.cs (1)
94this.setFunc = MethodCallExpressionHelper.GetFunc(metadata, this.setMethod, funcCache, locker, true);
2 references to setFunc
System.Activities (2)
System\Activities\Expressions\ValueTypePropertyReference.cs (2)
92if (MethodCallExpressionHelper.NeedRetrieve(this.setMethod, oldSetMethod, this.setFunc)) 104return new PropertyLocation(this.propertyInfo, this.getFunc, this.setFunc, operandLocationValue);