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