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