1 instantiation of RangeSectionMap
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\134\Microsoft_Diagnostics_DataContractReader_Data.RangeSectionMap.g.cs (1)
34=> new RangeSectionMap(target, address);
7 references to RangeSectionMap
Microsoft.Diagnostics.DataContractReader.Contracts (7)
_generated\134\Microsoft_Diagnostics_DataContractReader_Data.RangeSectionMap.g.cs (2)
33static RangeSectionMap IData<RangeSectionMap>.Create(Target target, TargetPointer address)
Contracts\ExecutionManager\ExecutionManagerCore.cs (3)
26private Data.RangeSectionMap _topRangeSectionMap 27=> _target.ProcessedData.GetOrAdd<Data.RangeSectionMap>(_topRangeSectionMapAddress); 152internal 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 (1)
7internal sealed partial class RangeSectionMap : IData<RangeSectionMap>