5 references to IN_MOVED_TO
System.IO.FileSystem.Watcher (5)
System\IO\FileSystemWatcher.Linux.cs (5)
214Interop.Sys.NotifyEvents.IN_MOVED_TO; 624if (!previousEventName.IsEmpty && ((mask & (uint)Interop.Sys.NotifyEvents.IN_MOVED_TO) == 0 || previousEventCookie != nextEvent.cookie)) 656const Interop.Sys.NotifyEvents AddMaskFilters = Interop.Sys.NotifyEvents.IN_CREATE | Interop.Sys.NotifyEvents.IN_MOVED_TO; 668Interop.Sys.NotifyEvents.IN_MOVED_TO; 736case Interop.Sys.NotifyEvents.IN_MOVED_TO: