5 references to FindChild
System.IO.FileSystem.Watcher (5)
System\IO\FileSystemWatcher.Linux.cs (5)
303int idx = parent.FindChild(name); 442int idx = dir.Parent.FindChild(dir.Name); 735int idx = dir.FindChild(movedFromName); 792int sourceIdx = moveFrom.FindChild(moveFromName); 800int dstIdx = moveTo.FindChild(moveToName);