4 references to ENOTDIR
System.IO.FileSystem.Watcher (4)
src\libraries\Common\src\Interop\Unix\Interop.IOErrors.cs (2)
129
goto case Error.
ENOTDIR
;
131
case Error.
ENOTDIR
:
System\IO\FileSystemWatcher.Linux.cs (2)
266
if (ignoreMissing && (error.Error == Interop.Error.ENOENT || error.Error == Interop.Error.
ENOTDIR
))
1198
catch (IOException ex) when (ex.HResult == Interop.Error.
ENOTDIR
.Info().RawErrno)