1 instantiation of ReadyToRunSection
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\ReadyToRunSection.cs (1)
9=> new ReadyToRunSection(target, address);
6 references to ReadyToRunSection
Microsoft.Diagnostics.DataContractReader.Contracts (6)
Contracts\ExecutionManager\ExecutionManagerCore.ReadyToRunJitManager.cs (1)
333foreach (Data.ReadyToRunSection section in coreInfo.Header.Sections)
Data\ReadyToRunCoreHeader.cs (2)
22Sections.Add(target.ProcessedData.GetOrAdd<ReadyToRunSection>(sectionAddress)); 27public List<ReadyToRunSection> Sections { get; } = [];
Data\ReadyToRunSection.cs (3)
6internal sealed class ReadyToRunSection : IData<ReadyToRunSection> 8static ReadyToRunSection IData<ReadyToRunSection>.Create(Target target, TargetPointer address)