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

System.Reflection.Metadata.Ecma335.FunctionPointerAttributes

namespace System.Reflection.Metadata.Ecma335 { internal enum FunctionPointerAttributes { None = 0, HasThis = 32, HasExplicitThis = 96 } }