7 references to ERROR_NO_MORE_FILES
mscorlib (7)
system\io\directory.cs (1)
1471if (hr!=0 && hr!=Win32Native.ERROR_NO_MORE_FILES)
system\io\filesystemenumerable.cs (4)
278if (hr != Win32Native.ERROR_FILE_NOT_FOUND && hr != Win32Native.ERROR_NO_MORE_FILES) 433if (hr == Win32Native.ERROR_FILE_NOT_FOUND || hr == Win32Native.ERROR_NO_MORE_FILES || hr == Win32Native.ERROR_PATH_NOT_FOUND) 489if ((hr != 0) && (hr != Win32Native.ERROR_NO_MORE_FILES) 542if (hr == Win32Native.ERROR_FILE_NOT_FOUND || hr == Win32Native.ERROR_NO_MORE_FILES || hr == Win32Native.ERROR_PATH_NOT_FOUND)
system\io\isolatedstorage\isolatedstoragefile.cs (1)
2496if (hr!=0 && hr!=Win32Native.ERROR_NO_MORE_FILES)
system\io\longpath.cs (1)
873if (hr != 0 && hr != Win32Native.ERROR_NO_MORE_FILES)