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