1 write to eventDone
System.Activities (1)
System\Activities\Debugger\ThreadWorkerController.cs (1)
131this.eventDone = new AutoResetEvent(false);
7 references to eventDone
System.Activities (7)
System\Activities\Debugger\ThreadWorkerController.cs (7)
69this.eventDone.Set(); 98this.eventDone.Set(); 113this.eventDone.Set(); 122this.eventDone.Set(); 153this.eventDone.WaitOne(); 163this.eventDone.WaitOne(); 171this.eventDone.WaitOne();