2 references to IN_IGNORED
System.IO.FileSystem.Watcher (2)
System\IO\FileSystemWatcher.Linux.cs (2)
599bool isDir = (mask & (Interop.Sys.NotifyEvents.IN_ISDIR | Interop.Sys.NotifyEvents.IN_IGNORED)) != 0; 660if ((mask & Interop.Sys.NotifyEvents.IN_IGNORED) != 0)