2 instantiations of RangeSectionMap
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\ExecutionManager\Helpers\RangeSectionMap.cs (2)
123return new(mapLevels: 2, maxSetBit: 31); // 0 indexed 127return new(mapLevels: 5, maxSetBit: 56); // 0 indexed
4 references to RangeSectionMap
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\ExecutionManager\ExecutionManagerCore.cs (3)
21private readonly ExecutionManagerHelpers.RangeSectionMap _rangeSectionMapLookup; 30_rangeSectionMapLookup = ExecutionManagerHelpers.RangeSectionMap.Create(_target); 149internal static RangeSection Find(Target target, Data.RangeSectionMap topRangeSectionMap, ExecutionManagerHelpers.RangeSectionMap rangeSectionLookup, TargetCodePointer jittedCodeAddress)
Contracts\ExecutionManager\Helpers\RangeSectionMap.cs (1)
119public static RangeSectionMap Create(Target target)