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);