5 references to ExecutorLock
System.Workflow.Runtime (5)
DebugEngine\DebugController.cs (2)
418using (executor.ExecutorLock.Enter()) 573using (executor.ExecutorLock.Enter())
Tracking.cs (1)
302using (exec.ExecutorLock.Enter())
WorkflowExecutor.cs (1)
562using (this.ExecutorLock.Enter())
WorkflowInstance.cs (1)
146using (executor.ExecutorLock.Enter())