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