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