2 references to ERROR_FILE_NOT_FOUND
System.Private.CoreLib (2)
src\libraries\Common\src\System\IO\Win32Marshal.cs (1)
33
case Interop.Errors.
ERROR_FILE_NOT_FOUND
:
src\System\Threading\Mutex.CoreCLR.Unix.cs (1)
97
if (Interop.Errors.
ERROR_FILE_NOT_FOUND
== errorCode || Interop.Errors.ERROR_INVALID_NAME == errorCode)