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