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