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