1 write to lockOwnerId
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\CreateWorkflowOwnerAsyncResult.cs (1)
69
this.
lockOwnerId
= Guid.NewGuid();
4 references to lockOwnerId
System.Activities.DurableInstancing (4)
System\Activities\DurableInstancing\CreateWorkflowOwnerAsyncResult.cs (4)
89
parameters.Add(new SqlParameter { ParameterName = "@lockOwnerId", SqlDbType = SqlDbType.UniqueIdentifier, Value = this.
lockOwnerId
});
125
base.InstancePersistenceContext.BindInstanceOwner(this.
lockOwnerId
, this.
lockOwnerId
);
138
base.StoreLock.MarkInstanceOwnerCreated(this.
lockOwnerId
, surrogateLockOwnerId, base.InstancePersistenceContext.InstanceHandle, this.fireRunnableInstancesEvent, this.fireActivatableInstancesEvent);