2 references to ERROR_PATH_NOT_FOUND
System.Private.CoreLib (2)
src\libraries\Common\src\System\IO\Win32Marshal.cs (1)
36
case Interop.Errors.
ERROR_PATH_NOT_FOUND
:
src\System\Threading\Mutex.CoreCLR.Unix.cs (1)
99
if (Interop.Errors.
ERROR_PATH_NOT_FOUND
== errorCode)