2 writes to func
System.Activities (2)
System\Activities\Statements\MethodResolver.cs (2)
575this.func = MethodCallExpressionHelper.GetFunc(metadata, this.syncMethod, funcCache, locker); 583this.func = copy.func;
3 references to func
System.Activities (3)
System\Activities\Statements\MethodResolver.cs (3)
583this.func = copy.func; 588return !MethodCallExpressionHelper.NeedRetrieve(newMethod, this.syncMethod, this.func); 597object result = this.InvokeAndUnwrapExceptions(this.func, target, actualParameters);