1 write to syncMethod
System.Activities (1)
System\Activities\Statements\MethodResolver.cs (1)
310this.syncMethod = result;
6 references to syncMethod
System.Activities (6)
System\Activities\Statements\MethodResolver.cs (6)
73if (this.syncMethod != null || useAsyncPattern) 87formalParameters = this.syncMethod.GetParameters(); 314!((AsyncWaitCallbackMethodExecutor)oldMethodExecutor).IsTheSame(this.syncMethod)) 316methodExecutor = new AsyncWaitCallbackMethodExecutor(metadata, this.syncMethod, this.Parent, 327!((SyncMethodExecutor)oldMethodExecutor).IsTheSame(this.syncMethod)) 329methodExecutor = new SyncMethodExecutor(metadata, this.syncMethod, this.Parent, this.TargetType,