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)
383
error.Error == Interop.Error.
ENOTDIR
))
475
catch (IOException ex) when (ex.HResult == Interop.Error.
ENOTDIR
.Info().RawErrno)