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

System.Reflection.Metadata.Blob

struct Blob
namespace System.Reflection.Metadata { internal struct Blob { public int Length { get; } public bool IsDefault { get; } public ArraySegment<byte> GetBytes(); } }