4 writes to completionException
System.WorkflowServices (4)
System\ServiceModel\Dispatcher\ServiceOperationInvoker.cs (4)
179invokeResult.completionException = e; 212invokeResult.completionException = e; 281this.completionException = e; 318this.completionException = e;
5 references to completionException
System.WorkflowServices (5)
System\ServiceModel\Dispatcher\ServiceOperationInvoker.cs (5)
141Complete(true, this.completionException); 182invokeResult.Complete(false, invokeResult.completionException); 218invokeResult.Complete(false, invokeResult.completionException); 255invokeResult.Complete(false, invokeResult.completionException); 266IAsyncResult result = this.durableInstance.BeginFinishOperation(this.invoker.completesInstance, this.invoker.contractCausesSave, this.completionException, finishCallback, this);