4 references to ERROR_INVALID_HANDLE
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Threading\EventWaitHandle.Windows.cs (1)
89
if (!string.IsNullOrEmpty(name) && errorCode == Interop.Errors.
ERROR_INVALID_HANDLE
)
src\libraries\System.Private.CoreLib\src\System\Threading\Semaphore.Windows.cs (1)
98
if (!string.IsNullOrEmpty(name) && errorCode == Interop.Errors.
ERROR_INVALID_HANDLE
)
src\System\Threading\Mutex.CoreCLR.Unix.cs (2)
57
if (errorCode == Interop.Errors.
ERROR_INVALID_HANDLE
)
101
if (Interop.Errors.
ERROR_INVALID_HANDLE
== errorCode)