1 instantiation of RangeSectionMap
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\RangeSectionMap.cs (1)
9=> new RangeSectionMap(target, address);
11 references to RangeSectionMap
Microsoft.Diagnostics.DataContractReader.Contracts (11)
Contracts\ExecutionManager\ExecutionManager_1.cs (2)
16Data.RangeSectionMap map = target.ProcessedData.GetOrAdd<Data.RangeSectionMap>(addr);
Contracts\ExecutionManager\ExecutionManager_2.cs (2)
16Data.RangeSectionMap map = target.ProcessedData.GetOrAdd<Data.RangeSectionMap>(addr);
Contracts\ExecutionManager\ExecutionManagerCore.cs (3)
20private readonly Data.RangeSectionMap _topRangeSectionMap; 26public ExecutionManagerCore(Target target, Data.RangeSectionMap topRangeSectionMap) 149internal static RangeSection Find(Target target, Data.RangeSectionMap topRangeSectionMap, ExecutionManagerHelpers.RangeSectionMap rangeSectionLookup, TargetCodePointer jittedCodeAddress)
Contracts\ExecutionManager\Helpers\RangeSectionMap.cs (1)
152public TargetPointer /*PTR_RangeSectionFragment*/ FindFragment(Target target, Data.RangeSectionMap topRangeSectionMap, TargetCodePointer jittedCodeAddress)
Data\RangeSectionMap.cs (3)
6internal sealed class RangeSectionMap : IData<RangeSectionMap> 8static RangeSectionMap IData<RangeSectionMap>.Create(Target target, TargetPointer address)