<PackageReference Include="Microsoft.Packaging.Tools" Version="1.0.0-preview2-25401-01" />

System.Reflection.PortableExecutable.SectionLocation

namespace System.Reflection.PortableExecutable { internal struct SectionLocation { public int RelativeVirtualAddress { get; } public int PointerToRawData { get; } public SectionLocation(int relativeVirtualAddress, int pointerToRawData); } }