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