Searched refs:mappedInRange (Results 1 – 1 of 1) sorted by relevance
1738 … if(!CanRangeBeLocked(range, context, out var mappedInRange, out var onlyPartiallyInRange)) in RelockRange()1746 foreach(var busRegistered in mappedInRange) in RelockRange()1762 … range, IPeripheral context, out IEnumerable<IBusRegistered<IMapped>> mappedInRange, out IEnumerab… in CanRangeBeLocked() argument1764 …mappedInRange = GetMappedPeripherals(context).Where(x => x.RegistrationPoint.Range.Intersects(rang… in CanRangeBeLocked()1766 … onlyPartiallyInRange = mappedInRange.Where(x => !range.Contains(x.RegistrationPoint.Range)); in CanRangeBeLocked()