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