9 references to Instance
System.WorkflowServices (9)
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (9)
201this.lockingProvider.Create(this.Instance, this.operationTimeout, disposeInstance); 205this.provider.Create(this.Instance, this.operationTimeout); 225this.lockingProvider.Update(this.Instance, this.operationTimeout, disposeInstance); 229this.provider.Update(this.Instance, this.operationTimeout); 586result = this.durableInstance.provider.BeginDelete(this.durableInstance.Instance, this.durableInstance.operationTimeout, deleteCallback, this); 596result = this.durableInstance.lockingProvider.BeginCreate(this.durableInstance.Instance, this.durableInstance.operationTimeout, disposeInstace, createCallback, this); 600result = this.durableInstance.provider.BeginCreate(this.durableInstance.Instance, this.durableInstance.operationTimeout, createCallback, this); 611result = this.durableInstance.lockingProvider.BeginUpdate(this.durableInstance.Instance, this.durableInstance.operationTimeout, disposeInstace, updateCallback, this); 615result = this.durableInstance.provider.BeginUpdate(this.durableInstance.Instance, this.durableInstance.operationTimeout, updateCallback, this);