2 references to EventWaitHandle
mscorlib (1)
system\threading\eventwaithandle.cs (1)
52
public EventWaitHandle(bool initialState, EventResetMode mode) :
this
(initialState,mode,null) { }
System.AddIn (1)
System\Addin\Hosting\AddInProcess.cs (1)
385
EventWaitHandle readyEvent = new
EventWaitHandle
(false, EventResetMode.ManualReset, "AddInProcess:" + guid);