2 references to loadCallback
System.WorkflowServices (2)
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (2)
804result = this.durableInstance.lockingProvider.BeginLoad(this.durableInstance.operationTimeout, true, loadCallback, this); 808result = this.durableInstance.provider.BeginLoad(this.durableInstance.operationTimeout, loadCallback, this);