2 writes to _msgDeliveryLock
System.Workflow.Runtime (2)
WorkflowExecutor.cs (2)
131
this.
_msgDeliveryLock
= LockFactory.CreateWorkflowMessageDeliveryLock(instanceId);
295
_msgDeliveryLock
= previousWorkflowExecutor._msgDeliveryLock;
12 references to _msgDeliveryLock
System.Workflow.Runtime (12)
WorkflowExecutor.cs (12)
295
_msgDeliveryLock = previousWorkflowExecutor.
_msgDeliveryLock
;
414
InstanceLock.AssertIsLocked(this.
_msgDeliveryLock
);
527
return
_msgDeliveryLock
;
888
using (
_msgDeliveryLock
.Enter())
1463
if (this.
_msgDeliveryLock
.TryEnter())
1483
this.
_msgDeliveryLock
.Exit();
1520
using (
_msgDeliveryLock
.Enter())
1688
using (
_msgDeliveryLock
.Enter())
1731
using (
_msgDeliveryLock
.Enter())
1773
using (this.
_msgDeliveryLock
.Enter())
1800
InstanceLock.AssertIsLocked(this.
_msgDeliveryLock
);
2044
using (this.
_msgDeliveryLock
.Enter())