4 references to Threading_WaitHandleCannotBeOpenedException_InvalidHandle
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Threading\EventWaitHandle.cs (1)
121
throw new WaitHandleCannotBeOpenedException(SR.Format(SR.
Threading_WaitHandleCannotBeOpenedException_InvalidHandle
, name));
src\libraries\System.Private.CoreLib\src\System\Threading\Mutex.cs (1)
142
throw new WaitHandleCannotBeOpenedException(SR.Format(SR.
Threading_WaitHandleCannotBeOpenedException_InvalidHandle
, name));
src\libraries\System.Private.CoreLib\src\System\Threading\Mutex.Unix.cs (1)
28
throw new WaitHandleCannotBeOpenedException(SR.Format(SR.
Threading_WaitHandleCannotBeOpenedException_InvalidHandle
, name));
src\libraries\System.Private.CoreLib\src\System\Threading\Semaphore.cs (1)
134
throw new WaitHandleCannotBeOpenedException(SR.Format(SR.
Threading_WaitHandleCannotBeOpenedException_InvalidHandle
, name));