1 write to SurrogateOwnerId
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (1)
494
SurrogateOwnerId
= this.storeLock.SurrogateLockOwnerId,
1 reference to SurrogateOwnerId
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\UnlockInstanceAsyncResult.cs (1)
37
sqlCommand.Parameters.Add(new SqlParameter { ParameterName = "@surrogateLockOwnerId", SqlDbType = SqlDbType.BigInt, Value = unlockCommand.
SurrogateOwnerId
});