2 writes to asyncFunc
System.Activities (2)
System\Activities\Statements\MethodResolver.cs (2)
691this.asyncFunc = MethodCallExpressionHelper.GetFunc(metadata, asyncMethod, funcCache, locker); 700this.asyncFunc = copy.asyncFunc;
3 references to asyncFunc
System.Activities (3)
System\Activities\Statements\MethodResolver.cs (3)
700this.asyncFunc = copy.asyncFunc; 707return !MethodCallExpressionHelper.NeedRetrieve(newMethodInfo, this.asyncMethod, this.asyncFunc); 763this.instance.ReturnValue = this.executor.InvokeAndUnwrapExceptions(this.executor.asyncFunc, this.instance.TargetObject, this.instance.ActualParameters);