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