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