1 instantiation of InvokeAsyncResult
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\ServiceOperationInvoker.cs (1)
103return new InvokeAsyncResult(durableInstance, inputs, this, this.canCreateInstance, callback, state);
9 references to InvokeAsyncResult
System.WorkflowServices (9)
System\ServiceModel\Dispatcher\ServiceOperationInvoker.cs (9)
108return InvokeAsyncResult.End(out outputs, result); 148InvokeAsyncResult invokeResult = AsyncResult.End<InvokeAsyncResult>(result); 165InvokeAsyncResult invokeResult = result.AsyncState as InvokeAsyncResult; 195InvokeAsyncResult invokeResult = resultParameter.AsyncState as InvokeAsyncResult; 233InvokeAsyncResult invokeResult = resultParameter.AsyncState as InvokeAsyncResult;