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

System.Reflection.Internal.StreamConstraints

namespace System.Reflection.Internal { internal struct StreamConstraints { public readonly object GuardOpt; public readonly long ImageStart; public readonly int ImageSize; public StreamConstraints(object guardOpt, long startPosition, int imageSize); } }