1 instantiation of RangeSection
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\132\Microsoft_Diagnostics_DataContractReader_Data.RangeSection.g.cs (1)
62
=> new
RangeSection
(target, address);
8 references to RangeSection
Microsoft.Diagnostics.DataContractReader.Contracts (8)
_generated\132\Microsoft_Diagnostics_DataContractReader_Data.RangeSection.g.cs (2)
61
static
RangeSection
IData<
RangeSection
>.Create(Target target, TargetPointer address)
Contracts\ExecutionManager\ExecutionManagerCore.cs (4)
128
public readonly Data.
RangeSection
? Data;
134
public RangeSection(Data.
RangeSection
rangeSection)
171
Data.
RangeSection
rangeSection = target.ProcessedData.GetOrAdd<Data.
RangeSection
>(fragment.RangeSection);
Contracts\ExecutionManager\ExecutionManagerCore.ReadyToRunJitManager.cs (1)
258
private bool IsStubCodeBlockThunk(Data.
RangeSection
rangeSection, Data.ReadyToRunInfo r2rInfo, TargetCodePointer jittedCodeAddress)
Data\RangeSection.cs (1)
7
internal sealed partial class RangeSection : IData<
RangeSection
>