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