12 references to GetFunc
System.Activities (12)
System\Activities\Expressions\IndexerReference.cs (2)
90this.getFunc = MethodCallExpressionHelper.GetFunc(metadata, this.getMethod, funcCache, locker); 94this.setFunc = MethodCallExpressionHelper.GetFunc(metadata, this.setMethod, funcCache, locker);
System\Activities\Expressions\PropertyReference.cs (2)
91this.getFunc = MethodCallExpressionHelper.GetFunc(metadata, this.getMethod, funcCache, locker); 95this.setFunc = MethodCallExpressionHelper.GetFunc(metadata, this.setMethod, funcCache, locker);
System\Activities\Expressions\ValueTypeIndexerReference.cs (2)
91this.getFunc = MethodCallExpressionHelper.GetFunc(metadata, this.getMethod, funcCache, locker); 95this.setFunc = MethodCallExpressionHelper.GetFunc(metadata, this.setMethod, funcCache, locker, true);
System\Activities\Expressions\ValueTypePropertyReference.cs (2)
90this.getFunc = MethodCallExpressionHelper.GetFunc(metadata, this.getMethod, funcCache, locker); 94this.setFunc = MethodCallExpressionHelper.GetFunc(metadata, this.setMethod, funcCache, locker, true);
System\Activities\Statements\MethodResolver.cs (4)
575this.func = MethodCallExpressionHelper.GetFunc(metadata, this.syncMethod, funcCache, locker); 629this.beginFunc = MethodCallExpressionHelper.GetFunc(metadata, beginMethod, funcCache, locker); 630this.endFunc = MethodCallExpressionHelper.GetFunc(metadata, endMethod, funcCache, locker); 691this.asyncFunc = MethodCallExpressionHelper.GetFunc(metadata, asyncMethod, funcCache, locker);