4 references to LockOwnerId
System.Activities.DurableInstancing (4)
System\Activities\DurableInstancing\LoadWorkflowAsyncResult.cs (2)
123base.InstancePersistenceContext.BindInstanceOwner(base.StoreLock.LockOwnerId, base.StoreLock.LockOwnerId);
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (2)
344throw FxTrace.Exception.AsError(new InstanceOwnerException(command.Name, this.storeLock.LockOwnerId)); 582if (owner.InstanceOwnerId == this.storeLock.LockOwnerId)