2 writes to syncMethod
System.Activities (2)
System\Activities\Statements\MethodResolver.cs (2)
574
this.
syncMethod
= syncMethod;
582
this.
syncMethod
= copy.syncMethod;
5 references to syncMethod
System.Activities (5)
System\Activities\Statements\MethodResolver.cs (5)
575
this.func = MethodCallExpressionHelper.GetFunc(metadata, this.
syncMethod
, funcCache, locker);
582
this.syncMethod = copy.
syncMethod
;
588
return !MethodCallExpressionHelper.NeedRetrieve(newMethod, this.
syncMethod
, this.func);
591
public override bool MethodIsStatic { get { return this.
syncMethod
.IsStatic; } }
595
object[] actualParameters = EvaluateAndPackParameters(context, this.
syncMethod
, false);