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