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