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