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