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