1 write to atomicActivityEvent
System.Workflow.Runtime (1)
WorkflowExecutor.cs (1)
2119atomicActivityEvent = new ManualResetEvent(false);
8 references to atomicActivityEvent
System.Workflow.Runtime (8)
WorkflowExecutor.cs (8)
1597throw new ExecutorLocksHeldException(atomicActivityEvent); 1723atomicActivityEvent.Set(); 1724atomicActivityEvent.Close(); 1852atomicActivityEvent.Set(); 1853atomicActivityEvent.Close(); 1923throw new ExecutorLocksHeldException(atomicActivityEvent); 2149atomicActivityEvent.Set(); 2150atomicActivityEvent.Close();