1 instantiation of RangeSection
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\RangeSection.cs (1)
9=> new RangeSection(target, address);
8 references to RangeSection
Microsoft.Diagnostics.DataContractReader.Contracts (8)
Contracts\ExecutionManager\ExecutionManagerCore.cs (4)
125public readonly Data.RangeSection? Data; 131public RangeSection(Data.RangeSection rangeSection) 168Data.RangeSection rangeSection = target.ProcessedData.GetOrAdd<Data.RangeSection>(fragment.RangeSection);
Contracts\ExecutionManager\ExecutionManagerCore.ReadyToRunJitManager.cs (1)
257private bool IsStubCodeBlockThunk(Data.RangeSection rangeSection, Data.ReadyToRunInfo r2rInfo, TargetCodePointer jittedCodeAddress)
Data\RangeSection.cs (3)
6internal sealed class RangeSection : IData<RangeSection> 8static RangeSection IData<RangeSection>.Create(Target target, TargetPointer address)