2 writes to RootDirectory
System.IO.FileSystem.Watcher (2)
System\IO\FileSystemWatcher.Linux.cs (2)
297watcher.RootDirectory = dir; 437watcher.RootDirectory = null;
4 references to RootDirectory
System.IO.FileSystem.Watcher (4)
System\IO\FileSystemWatcher.Linux.cs (4)
237|| (parent is not null && watcher.RootDirectory is null)) // process events removed the root 295Debug.Assert(watcher.RootDirectory is null); 433if (watcher.RootDirectory == null) 1092root = RootDirectory;