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