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