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)
125
public readonly Data.
RangeSection
? Data;
131
public RangeSection(Data.
RangeSection
rangeSection)
168
Data.
RangeSection
rangeSection = target.ProcessedData.GetOrAdd<Data.
RangeSection
>(fragment.RangeSection);
Contracts\ExecutionManager\ExecutionManagerCore.ReadyToRunJitManager.cs (1)
257
private bool IsStubCodeBlockThunk(Data.
RangeSection
rangeSection, Data.ReadyToRunInfo r2rInfo, TargetCodePointer jittedCodeAddress)
Data\RangeSection.cs (3)
6
internal sealed class RangeSection : IData<
RangeSection
>
8
static
RangeSection
IData<
RangeSection
>.Create(Target target, TargetPointer address)