6 references to ERROR_FILE_NOT_FOUND
System (6)
services\monitoring\system\diagnosticts\EventLogInternal.cs (1)
637if (error != NativeMethods.ERROR_FILE_NOT_FOUND)
services\monitoring\system\diagnosticts\Process.cs (1)
2250case NativeMethods.SE_ERR_FNF: error = NativeMethods.ERROR_FILE_NOT_FOUND; break;
services\monitoring\system\diagnosticts\SharedPerformanceCounter.cs (1)
1598if ((Marshal.GetLastWin32Error() != NativeMethods.ERROR_FILE_NOT_FOUND) || !fileMappingHandle.IsInvalid) {
sys\system\io\ports\InternalResources.cs (1)
106case NativeMethods.ERROR_FILE_NOT_FOUND:
sys\system\security\accesscontrol\semaphoresecurity.cs (1)
138case NativeMethods.ERROR_FILE_NOT_FOUND:
sys\system\threading\semaphore.cs (1)
277if (NativeMethods.ERROR_FILE_NOT_FOUND == errorCode || NativeMethods.ERROR_INVALID_NAME == errorCode)