3 references to IN_IGNORED
System.IO.FileSystem.Watcher (3)
System\IO\FileSystemWatcher.Linux.cs (3)
619
bool isDir = (mask & (uint)(Interop.Sys.NotifyEvents.IN_ISDIR | Interop.Sys.NotifyEvents.
IN_IGNORED
)) != 0;
676
const Interop.Sys.NotifyEvents switchMask = fileDirEvents | Interop.Sys.NotifyEvents.
IN_IGNORED
|
683
case Interop.Sys.NotifyEvents.
IN_IGNORED
: