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