3 references to IN_IGNORED
System.IO.FileSystem.Watcher (3)
System\IO\FileSystemWatcher.Linux.cs (3)
600
bool isDir = (mask & (Interop.Sys.NotifyEvents.IN_ISDIR | Interop.Sys.NotifyEvents.
IN_IGNORED
)) != 0;
662
if (((mask & Interop.Sys.NotifyEvents.
IN_IGNORED
) != 0)
665
int ignoredFd = (mask & Interop.Sys.NotifyEvents.
IN_IGNORED
) != 0 ? nextEvent.wd : -1;