2 writes to Parent
System.IO.FileSystem.Watcher (2)
System\IO\FileSystemWatcher.Linux.cs (2)
415directoryEntry.Parent = parent; 428Parent = parent,
8 references to Parent
System.IO.FileSystem.Watcher (8)
System\IO\FileSystemWatcher.Linux.cs (8)
407if (directoryEntry.Parent != parent) 410if (directoryEntry.Parent != null) 412directoryEntry.Parent.Children!.Remove(directoryEntry); 482if (directoryEntry.Parent != null) 484directoryEntry.Parent.Children!.Remove(directoryEntry); 951if (Parent != null) 953Parent.Write(builder, relativeToRoot); 960if (Parent != null || !relativeToRoot)