5 references to ERROR_FILE_NOT_FOUND
System.Core (5)
System\IO\__Error.cs (1)
155case UnsafeNativeMethods.ERROR_FILE_NOT_FOUND:
System\IO\MemoryMappedFiles\MemoryMappedFile.cs (2)
428if (createOrOpen && (lastError == UnsafeNativeMethods.ERROR_FILE_NOT_FOUND)) { 509if (openErrorCode != UnsafeNativeMethods.ERROR_FILE_NOT_FOUND) {
System\IO\Pipes\Pipe.cs (2)
1192if (errorCode == UnsafeNativeMethods.ERROR_FILE_NOT_FOUND) { 1309if (errorCode == UnsafeNativeMethods.ERROR_FILE_NOT_FOUND) {