1 write to eventSend
System.Activities (1)
System\Activities\Debugger\ThreadWorkerController.cs (1)
130this.eventSend = new AutoResetEvent(false);
4 references to eventSend
System.Activities (4)
System\Activities\Debugger\ThreadWorkerController.cs (4)
105this.eventSend.WaitOne(); 148this.eventSend.Set(); 160this.eventSend.Set(); 170this.eventSend.Set();