Home
last modified time | relevance | path

Searched refs:IReadOnlyMinimalRangesCollection (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DRange.cs229 public interface IReadOnlyMinimalRangesCollection : IEnumerable<Range> interface
236 …public class MinimalRangesCollection : IReadOnlyMinimalRangesCollection, ICoalescable<MinimalRange…
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSystemBus.cs1878 …Context = new ContextKeyDictionary<MinimalRangesCollection, IReadOnlyMinimalRangesCollection>(() =… in InitStructures()
2087 …private ContextKeyDictionary<MinimalRangesCollection, IReadOnlyMinimalRangesCollection> lockedRang…