2 instantiations of SyncMethodExecutor
System.Activities (2)
System\Activities\Statements\MethodResolver.cs (2)
329
methodExecutor = new
SyncMethodExecutor
(metadata, this.syncMethod, this.Parent, this.TargetType,
334
methodExecutor = new
SyncMethodExecutor
((SyncMethodExecutor)oldMethodExecutor, this.TargetType,
4 references to SyncMethodExecutor
System.Activities (4)
System\Activities\Statements\MethodResolver.cs (4)
326
else if (!(oldMethodExecutor is
SyncMethodExecutor
) ||
327
!((
SyncMethodExecutor
)oldMethodExecutor).IsTheSame(this.syncMethod))
334
methodExecutor = new SyncMethodExecutor((
SyncMethodExecutor
)oldMethodExecutor, this.TargetType,
578
public SyncMethodExecutor(
SyncMethodExecutor
copy, Type targetType, InArgument targetObject, Collection<Argument> parameters,