3 references to WaitHandleCannotBeOpenedException
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Threading\EventWaitHandle.cs (1)
119throw new WaitHandleCannotBeOpenedException();
src\libraries\System.Private.CoreLib\src\System\Threading\Mutex.cs (1)
140throw new WaitHandleCannotBeOpenedException();
src\libraries\System.Private.CoreLib\src\System\Threading\Semaphore.cs (1)
132throw new WaitHandleCannotBeOpenedException();