1 write to _watchFilters
System.IO.FileSystem.Watcher (1)
System\IO\FileSystemWatcher.Linux.cs (1)
289
_watchFilters
= TranslateFilters(notifyFilters);
1 reference to _watchFilters
System.IO.FileSystem.Watcher (1)
System\IO\FileSystemWatcher.Linux.cs (1)
357
uint mask = (uint)(
_watchFilters
| Interop.Sys.NotifyEvents.IN_EXCL_UNLINK | (hasParent ? Interop.Sys.NotifyEvents.IN_DONT_FOLLOW : 0));