2 writes to Parent
System.IO.FileSystem.Watcher (2)
System\IO\FileSystemWatcher.Linux.cs (2)
429directoryEntry.Parent = parent; 442Parent = parent,
8 references to Parent
System.IO.FileSystem.Watcher (8)
System\IO\FileSystemWatcher.Linux.cs (8)
421if (directoryEntry.Parent != parent) 424if (directoryEntry.Parent != null) 426directoryEntry.Parent.Children!.Remove(directoryEntry); 496if (directoryEntry.Parent != null) 498directoryEntry.Parent.Children!.Remove(directoryEntry); 965if (Parent != null) 967Parent.Write(builder, relativeToRoot); 974if (Parent != null || !relativeToRoot)