1 write to SurrogateLockOwnerId
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\PersistenceTask.cs (1)
29this.SurrogateLockOwnerId = this.StoreLock.SurrogateLockOwnerId;
2 references to SurrogateLockOwnerId
System.Activities.DurableInstancing (2)
System\Activities\DurableInstancing\LockRenewalTask.cs (1)
23base.StoreLock.MarkInstanceOwnerLost(base.SurrogateLockOwnerId, false);
System\Activities\DurableInstancing\PersistenceTask.cs (1)
132if (this.StoreLock.IsLockOwnerValid(this.SurrogateLockOwnerId))