1 write to lockOwnerInstanceHandle
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreLock.cs (1)
114
this.
lockOwnerInstanceHandle
= new WeakReference(lockOwnerInstanceHandle);
1 reference to lockOwnerInstanceHandle
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreLock.cs (1)
202
InstanceHandle instanceHandle = this.
lockOwnerInstanceHandle
.Target as InstanceHandle;