1 instantiation of PEImageLayout
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\157\Microsoft_Diagnostics_DataContractReader_Data.PEImageLayout.g.cs (1)
65=> new PEImageLayout(target, address);
16 references to PEImageLayout
Microsoft.Diagnostics.DataContractReader.Contracts (16)
_generated\157\Microsoft_Diagnostics_DataContractReader_Data.PEImageLayout.g.cs (2)
64static PEImageLayout IData<PEImageLayout>.Create(Target target, TargetPointer address)
Contracts\Loader_1.cs (13)
202private bool TryGetUsableImageLayout(Data.PEImage peImage, [NotNullWhen(true)] out Data.PEImageLayout? imageLayout) 215imageLayout = _target.ProcessedData.GetOrAdd<Data.PEImageLayout>(imageLayoutPtr); 228if (!TryGetUsableImageLayout(peImage, out Data.PEImageLayout? peImageLayout)) 238private static bool IsMapped(Data.PEImageLayout peImageLayout) 254Data.PEImageLayout peImageLayout = _target.ProcessedData.GetOrAdd<Data.PEImageLayout>(peImage.LoadedImageLayout); 259private TargetPointer FindNTHeaders(Data.PEImageLayout imageLayout) 265private TargetPointer RvaToSection(int rva, Data.PEImageLayout imageLayout) 284private uint RvaToOffset(int rva, Data.PEImageLayout imageLayout) 298private uint WebcilRvaToOffset(int rva, Data.PEImageLayout imageLayout) 341if (!TryGetUsableImageLayout(peImage, out Data.PEImageLayout? peImageLayout)) 510Data.PEImageLayout peImageLayout = _target.ProcessedData.GetOrAdd<Data.PEImageLayout>(peImage.LoadedImageLayout);
Data\PEImageLayout.cs (1)
7internal sealed partial class PEImageLayout : IData<PEImageLayout>