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