1 write to surrogateLockOwnerId
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\DeleteWorkflowOwnerAsyncResult.cs (1)
36this.surrogateLockOwnerId = base.StoreLock.SurrogateLockOwnerId;
2 references to surrogateLockOwnerId
System.Activities.DurableInstancing (2)
System\Activities\DurableInstancing\DeleteWorkflowOwnerAsyncResult.cs (2)
37sqlCommand.Parameters.Add(new SqlParameter { ParameterName = "@surrogateLockOwnerId", SqlDbType = SqlDbType.BigInt, Value = this.surrogateLockOwnerId }); 59base.StoreLock.MarkInstanceOwnerLost(this.surrogateLockOwnerId, true);