2 references to funcCache
System.Activities (2)
System\Activities\Expressions\ValueTypePropertyReference.cs (2)
90
this.getFunc = MethodCallExpressionHelper.GetFunc(metadata, this.getMethod,
funcCache
, locker);
94
this.setFunc = MethodCallExpressionHelper.GetFunc(metadata, this.setMethod,
funcCache
, locker, true);