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

System.Reflection.Metadata.Ecma335.MethodBodyAttributes

namespace System.Reflection.Metadata.Ecma335 { internal enum MethodBodyAttributes { None = 0, InitLocals = 1, LargeExceptionRegions = 2 } }