2 instantiations of AsyncWaitCallbackMethodExecutor
System.Activities (2)
System\Activities\Statements\MethodResolver.cs (2)
316
methodExecutor = new
AsyncWaitCallbackMethodExecutor
(metadata, this.syncMethod, this.Parent,
321
methodExecutor = new
AsyncWaitCallbackMethodExecutor
((AsyncWaitCallbackMethodExecutor)oldMethodExecutor,
6 references to AsyncWaitCallbackMethodExecutor
System.Activities (6)
System\Activities\Statements\MethodResolver.cs (6)
313
if (!(oldMethodExecutor is
AsyncWaitCallbackMethodExecutor
) ||
314
!((
AsyncWaitCallbackMethodExecutor
)oldMethodExecutor).IsTheSame(this.syncMethod))
321
methodExecutor = new AsyncWaitCallbackMethodExecutor((
AsyncWaitCallbackMethodExecutor
)oldMethodExecutor,
695
public AsyncWaitCallbackMethodExecutor(
AsyncWaitCallbackMethodExecutor
copy, Type targetType, InArgument targetObject,
737
AsyncWaitCallbackMethodExecutor
executor;
739
public ExecuteAsyncResult(InvokeMethodInstanceData instance,
AsyncWaitCallbackMethodExecutor
executor, AsyncCallback callback, object state)