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)
333
foreach (Data.
ReadyToRunSection
section in coreInfo.Header.Sections)
Data\ReadyToRunCoreHeader.cs (2)
22
Sections.Add(target.ProcessedData.GetOrAdd<
ReadyToRunSection
>(sectionAddress));
27
public List<
ReadyToRunSection
> Sections { get; } = [];
Data\ReadyToRunSection.cs (3)
6
internal sealed class ReadyToRunSection : IData<
ReadyToRunSection
>
8
static
ReadyToRunSection
IData<
ReadyToRunSection
>.Create(Target target, TargetPointer address)