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