1 instantiation of InstanceLockGuard
System.Workflow.Runtime (1)
Lock.cs (1)
125return new InstanceLockGuard(this);
5 references to InstanceLockGuard
System.Workflow.Runtime (5)
Lock.cs (3)
123internal InstanceLockGuard Enter() 130InstanceLockGuard.EnforceGuard(this); 256private InstanceLock.InstanceLockGuard lg;
WorkflowExecutor.cs (2)
428using (InstanceLock.InstanceLockGuard messageDeliveryLockGuard = this.MessageDeliveryLock.Enter()) 1281using (InstanceLock.InstanceLockGuard messageDeliveryLockGuard = this.MessageDeliveryLock.Enter())