System.Reflection.Metadata.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);
}
}