2 references to handleEndInvoke
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Dispatcher\ControlOperationInvoker.cs (2)
1039result = manualInvoker.InvokeBegin(this.durableInstance, this.inputs, this.notification, this.PrepareAsyncCompletion(handleEndInvoke), this); 1043result = this.innerInvoker.InvokeBegin(this.durableInstance, this.inputs, this.PrepareAsyncCompletion(handleEndInvoke), this);