1 instantiation of ReadyToRunSection
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\141\Microsoft_Diagnostics_DataContractReader_Data.ReadyToRunSection.g.cs (1)
38=> new ReadyToRunSection(target, address);
7 references to ReadyToRunSection
Microsoft.Diagnostics.DataContractReader.Contracts (7)
_generated\141\Microsoft_Diagnostics_DataContractReader_Data.ReadyToRunSection.g.cs (2)
37static ReadyToRunSection IData<ReadyToRunSection>.Create(Target target, TargetPointer address)
Contracts\ExecutionManager\ExecutionManagerCore.ReadyToRunJitManager.cs (1)
334foreach (Data.ReadyToRunSection section in coreInfo.Header.Sections)
Data\ReadyToRunCoreHeader.cs (3)
14public IReadOnlyList<ReadyToRunSection> Sections { get; private set; } = []; 21List<ReadyToRunSection> sections = new((int)NumberOfSections); 25sections.Add(target.ProcessedData.GetOrAdd<ReadyToRunSection>(sectionAddress));
Data\ReadyToRunSection.cs (1)
7internal sealed partial class ReadyToRunSection : IData<ReadyToRunSection>