2 writes to threadInitializedEvent
System.Workflow.Runtime (2)
DebugEngine\DebugControllerThread.cs (2)
29this.threadInitializedEvent = new ManualResetEvent(false); 87this.threadInitializedEvent = null;
3 references to threadInitializedEvent
System.Workflow.Runtime (3)
DebugEngine\DebugControllerThread.cs (3)
30this.threadInitializedEvent.Reset(); 46this.threadInitializedEvent.WaitOne(); 152this.threadInitializedEvent.Set();