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