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)
33
static
RangeSectionMap
IData<
RangeSectionMap
>.Create(Target target, TargetPointer address)
Contracts\ExecutionManager\ExecutionManagerCore.cs (3)
26
private Data.
RangeSectionMap
_topRangeSectionMap
27
=> _target.ProcessedData.GetOrAdd<Data.
RangeSectionMap
>(_topRangeSectionMapAddress);
152
internal static RangeSection Find(Target target, Data.
RangeSectionMap
topRangeSectionMap, ExecutionManagerHelpers.RangeSectionMap rangeSectionLookup, TargetCodePointer jittedCodeAddress)
Contracts\ExecutionManager\Helpers\RangeSectionMap.cs (1)
152
public TargetPointer /*PTR_RangeSectionFragment*/ FindFragment(Target target, Data.
RangeSectionMap
topRangeSectionMap, TargetCodePointer jittedCodeAddress)
Data\RangeSectionMap.cs (1)
7
internal sealed partial class RangeSectionMap : IData<
RangeSectionMap
>