2 writes to beginFunc
System.Activities (2)
System\Activities\Statements\MethodResolver.cs (2)
629this.beginFunc = MethodCallExpressionHelper.GetFunc(metadata, beginMethod, funcCache, locker); 639this.beginFunc = copy.beginFunc;
3 references to beginFunc
System.Activities (3)
System\Activities\Statements\MethodResolver.cs (3)
639this.beginFunc = copy.beginFunc; 647return !(MethodCallExpressionHelper.NeedRetrieve(newBeginMethod, this.beginMethod, this.beginFunc) 665return (IAsyncResult)this.InvokeAndUnwrapExceptions(this.beginFunc, target, instance.ActualParameters);