2 writes to RootDirectory
System.IO.FileSystem.Watcher (2)
System\IO\FileSystemWatcher.Linux.cs (2)
296watcher.RootDirectory = dir; 436watcher.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 294Debug.Assert(watcher.RootDirectory is null); 432if (watcher.RootDirectory == null) 1083root = RootDirectory;