Searched refs:onlyPartiallyInRange (Results 1 – 1 of 1) sorted by relevance
1738 … if(!CanRangeBeLocked(range, context, out var mappedInRange, out var onlyPartiallyInRange)) in RelockRange()1762 …sRegistered<IMapped>> mappedInRange, out IEnumerable<IBusRegistered<IMapped>> onlyPartiallyInRange) in CanRangeBeLocked() argument1766 … onlyPartiallyInRange = mappedInRange.Where(x => !range.Contains(x.RegistrationPoint.Range)); in CanRangeBeLocked()1767 return !onlyPartiallyInRange.Any(); in CanRangeBeLocked()