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