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