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)
37
static
ReadyToRunSection
IData<
ReadyToRunSection
>.Create(Target target, TargetPointer address)
Contracts\ExecutionManager\ExecutionManagerCore.ReadyToRunJitManager.cs (1)
334
foreach (Data.
ReadyToRunSection
section in coreInfo.Header.Sections)
Data\ReadyToRunCoreHeader.cs (3)
14
public IReadOnlyList<
ReadyToRunSection
> Sections { get; private set; } = [];
21
List<
ReadyToRunSection
> sections = new((int)NumberOfSections);
25
sections.Add(target.ProcessedData.GetOrAdd<
ReadyToRunSection
>(sectionAddress));
Data\ReadyToRunSection.cs (1)
7
internal sealed partial class ReadyToRunSection : IData<
ReadyToRunSection
>