Searched refs:parentPeripheral (Results 1 – 3 of 3) sorted by relevance
250 var parentPeripheral = machine.GetParentPeripherals(this).FirstOrDefault();251 if(parentPeripheral == null)256 …var registrationPoint = machine.GetPeripheralRegistrationPoints(parentPeripheral, this).FirstOrDef…
38 …ble<IRegistrationPoint> GetPeripheralRegistrationPoints(IPeripheral parentPeripheral, IPeripheral … in GetPeripheralRegistrationPoints() argument
133 …ble<IRegistrationPoint> GetPeripheralRegistrationPoints(IPeripheral parentPeripheral, IPeripheral … in GetPeripheralRegistrationPoints() argument135 var parentNode = registeredPeripherals.TryGetNode(parentPeripheral); in GetPeripheralRegistrationPoints()