2 references to ENOENT
System.IO.FileSystem.Watcher (2)
src\libraries\Common\src\Interop\Unix\Interop.IOErrors.cs (1)
120
case Error.
ENOENT
:
System\IO\FileSystemWatcher.Linux.cs (1)
266
if (ignoreMissing && (error.Error == Interop.Error.
ENOENT
|| error.Error == Interop.Error.ENOTDIR))