1 write to _topRangeSectionMap
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\ExecutionManager\ExecutionManagerCore.cs (1)
29
_topRangeSectionMap
= topRangeSectionMap;
5 references to _topRangeSectionMap
Microsoft.Diagnostics.DataContractReader.Contracts (5)
Contracts\ExecutionManager\ExecutionManagerCore.cs (5)
199
RangeSection range = RangeSection.Find(_target,
_topRangeSectionMap
, _rangeSectionMapLookup, jittedCodeAddress);
288
RangeSection range = RangeSection.Find(_target,
_topRangeSectionMap
, _rangeSectionMapLookup, entrypoint);
411
RangeSection range = RangeSection.Find(_target,
_topRangeSectionMap
, _rangeSectionMapLookup, codeAddr);
464
RangeSection range = RangeSection.Find(_target,
_topRangeSectionMap
, _rangeSectionMapLookup, codeInfoHandle.Address.Value);
589
RangeSection range = RangeSection.Find(_target,
_topRangeSectionMap
, _rangeSectionMapLookup, codeAddress);