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