2 writes to asyncMethod
System.Activities (2)
System\Activities\Statements\MethodResolver.cs (2)
690this.asyncMethod = asyncMethod; 699this.asyncMethod = copy.asyncMethod;
4 references to asyncMethod
System.Activities (4)
System\Activities\Statements\MethodResolver.cs (4)
699this.asyncMethod = copy.asyncMethod; 703public override bool MethodIsStatic { get { return this.asyncMethod.IsStatic; } } 707return !MethodCallExpressionHelper.NeedRetrieve(newMethodInfo, this.asyncMethod, this.asyncFunc); 715ActualParameters = EvaluateAndPackParameters(context, this.asyncMethod, false),