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)
61static RangeSection IData<RangeSection>.Create(Target target, TargetPointer address)
Contracts\ExecutionManager\ExecutionManagerCore.cs (4)
128public readonly Data.RangeSection? Data; 134public RangeSection(Data.RangeSection rangeSection) 171Data.RangeSection rangeSection = target.ProcessedData.GetOrAdd<Data.RangeSection>(fragment.RangeSection);
Contracts\ExecutionManager\ExecutionManagerCore.ReadyToRunJitManager.cs (1)
258private bool IsStubCodeBlockThunk(Data.RangeSection rangeSection, Data.ReadyToRunInfo r2rInfo, TargetCodePointer jittedCodeAddress)
Data\RangeSection.cs (1)
7internal sealed partial class RangeSection : IData<RangeSection>