12 instantiations of WaitHandleCannotBeOpenedException
System.Private.CoreLib (12)
src\libraries\System.Private.CoreLib\src\System\Threading\EventWaitHandle.cs (3)
119
throw new
WaitHandleCannotBeOpenedException
();
121
throw new
WaitHandleCannotBeOpenedException
(SR.Format(SR.Threading_WaitHandleCannotBeOpenedException_InvalidHandle, name));
126
throw new
WaitHandleCannotBeOpenedException
(SR.Format(SR.NamedWaitHandles_ExistingObjectIncompatibleWithCurrentUserOnly, name));
src\libraries\System.Private.CoreLib\src\System\Threading\EventWaitHandle.Windows.cs (1)
90
throw new
WaitHandleCannotBeOpenedException
(SR.Format(SR.Threading_WaitHandleCannotBeOpenedException_InvalidHandle, name));
src\libraries\System.Private.CoreLib\src\System\Threading\Mutex.cs (3)
140
throw new
WaitHandleCannotBeOpenedException
();
142
throw new
WaitHandleCannotBeOpenedException
(SR.Format(SR.Threading_WaitHandleCannotBeOpenedException_InvalidHandle, name));
147
throw new
WaitHandleCannotBeOpenedException
(SR.Format(SR.NamedWaitHandles_ExistingObjectIncompatibleWithCurrentUserOnly, name));
src\libraries\System.Private.CoreLib\src\System\Threading\Semaphore.cs (3)
132
throw new
WaitHandleCannotBeOpenedException
();
134
throw new
WaitHandleCannotBeOpenedException
(SR.Format(SR.Threading_WaitHandleCannotBeOpenedException_InvalidHandle, name));
139
throw new
WaitHandleCannotBeOpenedException
(SR.Format(SR.NamedWaitHandles_ExistingObjectIncompatibleWithCurrentUserOnly, name));
src\libraries\System.Private.CoreLib\src\System\Threading\Semaphore.Windows.cs (1)
100
throw new
WaitHandleCannotBeOpenedException
(
src\System\Threading\Mutex.CoreCLR.Unix.cs (1)
58
throw new
WaitHandleCannotBeOpenedException
(SR.Format(SR.Threading_WaitHandleCannotBeOpenedException_InvalidHandle, name));
3 references to WaitHandleCannotBeOpenedException
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
1189
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.
WaitHandleCannotBeOpenedException
))]
netstandard (1)
netstandard.cs (1)
2152
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.
WaitHandleCannotBeOpenedException
))]
System.Threading (1)
artifacts\obj\System.Threading\Debug\net10.0\System.Threading.Forwards.cs (1)
32
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.
WaitHandleCannotBeOpenedException
))]