1 write to getFunc
System.Activities (1)
System\Activities\Expressions\ValueTypePropertyReference.cs (1)
90this.getFunc = MethodCallExpressionHelper.GetFunc(metadata, this.getMethod, funcCache, locker);
2 references to getFunc
System.Activities (2)
System\Activities\Expressions\ValueTypePropertyReference.cs (2)
88if (MethodCallExpressionHelper.NeedRetrieve(this.getMethod, oldGetMethod, this.getFunc)) 104return new PropertyLocation(this.propertyInfo, this.getFunc, this.setFunc, operandLocationValue);