Searched refs:peripheralToFind (Results 1 – 1 of 1) sorted by relevance
1529 …private void FindPaths(string nameSoFar, IPeripheral peripheralToFind, MultiTreeNode<IPeripheral, … in FindPaths() argument1540 if(currentPeripheral == peripheralToFind) in FindPaths()1545 FindPaths(name, peripheralToFind, child, paths); in FindPaths()