4 references to ERROR_PATH_NOT_FOUND
System (4)
services\monitoring\system\diagnosticts\Process.cs (1)
2251case NativeMethods.SE_ERR_PNF: error = NativeMethods.ERROR_PATH_NOT_FOUND; break;
sys\system\io\ports\InternalResources.cs (1)
107case NativeMethods.ERROR_PATH_NOT_FOUND:
sys\system\threading\semaphore.cs (2)
192InternalResources.WinIOError(NativeMethods.ERROR_PATH_NOT_FOUND, string.Empty); 279if (NativeMethods.ERROR_PATH_NOT_FOUND == errorCode)