2 references to IsLockOwnerValid
System.Activities.DurableInstancing (2)
System\Activities\DurableInstancing\PersistenceTask.cs (1)
132if (this.StoreLock.IsLockOwnerValid(this.SurrogateLockOwnerId))
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreLock.cs (1)
40return IsLockOwnerValid(this.SurrogateLockOwnerId);