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