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