1 write to Parent
System.IO.FileSystem.Watcher (1)
System\IO\FileSystemWatcher.Linux.cs (1)
1325Parent = parent;
6 references to Parent
System.IO.FileSystem.Watcher (6)
System\IO\FileSystemWatcher.Linux.cs (6)
441Debug.Assert(dir.Parent is not null); // !IsRootDirectory 442int idx = dir.Parent.FindChild(dir.Name); 448dir.Parent.Children!.RemoveAt(idx); 1318public bool IsRootDir => Parent is null; 1365if (Parent is not null) 1367length = Parent.GetPath("", pathBuffer, fullPath).Length;