2 references to IN_EXCL_UNLINK
System.IO.FileSystem.Watcher (2)
System\IO\FileSystemWatcher.Linux.cs (2)
164
Interop.Sys.NotifyEvents.
IN_EXCL_UNLINK
; // we want to stop monitoring unlinked files
371
uint mask = (uint)(_watchFilters | Interop.Sys.NotifyEvents.
IN_EXCL_UNLINK
| (hasParent ? Interop.Sys.NotifyEvents.IN_DONT_FOLLOW : 0));