5 references to IsRootDir
System.IO.FileSystem.Watcher (5)
System\IO\FileSystemWatcher.Linux.cs (5)
417
if (dir.
IsRootDir
)
431
if (dir.
IsRootDir
)
663
|| (((mask & Interop.Sys.NotifyEvents.IN_MOVE_SELF) != 0) && dir.
IsRootDir
))
668
if (dir.
IsRootDir
&& !watcher.IsWatcherStopped)
676
if (dir.
IsRootDir
&& nextEvent.name.Length == 0)