5 references to FindChild
System.IO.FileSystem.Watcher (5)
System\IO\FileSystemWatcher.Linux.cs (5)
302int idx = parent.FindChild(name); 441int idx = dir.Parent.FindChild(dir.Name); 726int idx = dir.FindChild(movedFromName); 783int sourceIdx = moveFrom.FindChild(moveFromName); 791int dstIdx = moveTo.FindChild(moveToName);