1 instantiation of RangeSectionMap
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\165\Microsoft_Diagnostics_DataContractReader_Data.RangeSectionMap.g.cs (1)
41
=> new
RangeSectionMap
(target, address);
7 references to RangeSectionMap
Microsoft.Diagnostics.DataContractReader.Contracts (7)
_generated\165\Microsoft_Diagnostics_DataContractReader_Data.RangeSectionMap.g.cs (2)
40
static
RangeSectionMap
IData<
RangeSectionMap
>.Create(Target target, TargetPointer address)
Contracts\ExecutionManager\ExecutionManagerCore.cs (3)
27
private Data.
RangeSectionMap
_topRangeSectionMap
28
=> _target.ProcessedData.GetOrAdd<Data.
RangeSectionMap
>(_topRangeSectionMapAddress);
158
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
>