3 references to IN_MODIFY
System.IO.FileSystem.Watcher (3)
System\IO\FileSystemWatcher.Linux.cs (3)
198
result |= Interop.Sys.NotifyEvents.
IN_MODIFY
;
677
Interop.Sys.NotifyEvents.IN_ACCESS | Interop.Sys.NotifyEvents.
IN_MODIFY
| Interop.Sys.NotifyEvents.IN_ATTRIB;
696
case Interop.Sys.NotifyEvents.
IN_MODIFY
: