1 write to durableInstance
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\ServiceOperationInvoker.cs (1)
131
this.
durableInstance
= instance;
6 references to durableInstance
System.WorkflowServices (6)
System\ServiceModel\Dispatcher\ServiceOperationInvoker.cs (6)
134
IAsyncResult result = this.
durableInstance
.BeginStartOperation(canCreateInstance, startCallback, this);
138
this.serviceInstance = this.
durableInstance
.EndStartOperation(result);
170
invokeResult.
durableInstance
.EndFinishOperation(result);
240
invokeResult.serviceInstance = invokeResult.
durableInstance
.EndStartOperation(resultParameter);
266
IAsyncResult result = this.
durableInstance
.BeginFinishOperation(this.invoker.completesInstance, this.invoker.contractCausesSave, this.completionException, finishCallback, this);
270
this.
durableInstance
.EndFinishOperation(result);