1 instantiation of RunAndGetResponseAsyncResult
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\ControlOperationInvoker.cs (1)
920return new RunAndGetResponseAsyncResult(control, timeoutHelper, callback, state);
11 references to RunAndGetResponseAsyncResult
System.ServiceModel.Activities (11)
System\ServiceModel\Activities\Dispatcher\ControlOperationInvoker.cs (11)
876return RunAndGetResponseAsyncResult.Create(this, timeoutHelper, callback, state); 881return RunAndGetResponseAsyncResult.End(result, out outputs); 918public static RunAndGetResponseAsyncResult Create(ControlOperationAsyncResult control, TimeoutHelper timeoutHelper, AsyncCallback callback, object state) 925RunAndGetResponseAsyncResult thisPtr = AsyncResult.End<RunAndGetResponseAsyncResult>(result); 939RunAndGetResponseAsyncResult thisPtr = (RunAndGetResponseAsyncResult)result.AsyncState; 953RunAndGetResponseAsyncResult thisPtr = (RunAndGetResponseAsyncResult)result.AsyncState; 967RunAndGetResponseAsyncResult thisPtr = (RunAndGetResponseAsyncResult)result.AsyncState;