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

System.Reflection.Metadata.ILOpCodeExtensions

static class ILOpCodeExtensions
namespace System.Reflection.Metadata { internal static class ILOpCodeExtensions { public static bool IsBranch(this ILOpCode opCode); public static int GetBranchOperandSize(this ILOpCode opCode); public static ILOpCode GetShortBranch(this ILOpCode opCode); public static ILOpCode GetLongBranch(this ILOpCode opCode); } }