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