6 references to Threading_WaitHandleCannotBeOpenedException_InvalidHandle
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Threading\EventWaitHandle.cs (1)
39throw new WaitHandleCannotBeOpenedException(SR.Format(SR.Threading_WaitHandleCannotBeOpenedException_InvalidHandle, name));
src\libraries\System.Private.CoreLib\src\System\Threading\EventWaitHandle.Windows.cs (1)
36throw new WaitHandleCannotBeOpenedException(SR.Format(SR.Threading_WaitHandleCannotBeOpenedException_InvalidHandle, name));
src\libraries\System.Private.CoreLib\src\System\Threading\Mutex.cs (1)
48throw new WaitHandleCannotBeOpenedException(SR.Format(SR.Threading_WaitHandleCannotBeOpenedException_InvalidHandle, name));
src\libraries\System.Private.CoreLib\src\System\Threading\Semaphore.cs (1)
41throw new WaitHandleCannotBeOpenedException(SR.Format(SR.Threading_WaitHandleCannotBeOpenedException_InvalidHandle, name));
src\libraries\System.Private.CoreLib\src\System\Threading\Semaphore.Windows.cs (1)
39SR.Format(SR.Threading_WaitHandleCannotBeOpenedException_InvalidHandle, name));
src\System\Threading\Mutex.CoreCLR.Unix.cs (1)
27throw new WaitHandleCannotBeOpenedException(SR.Format(SR.Threading_WaitHandleCannotBeOpenedException_InvalidHandle, name));