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