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

System.Reflection.Metadata.Ecma335.CodedIndex

static class CodedIndex
namespace System.Reflection.Metadata.Ecma335 { internal static class CodedIndex { public static int ToHasCustomAttribute(EntityHandle handle); public static int ToHasConstant(EntityHandle handle); public static int ToCustomAttributeType(EntityHandle handle); public static int ToHasDeclSecurity(EntityHandle handle); public static int ToHasFieldMarshal(EntityHandle handle); public static int ToHasSemantics(EntityHandle handle); public static int ToImplementation(EntityHandle handle); public static int ToMemberForwarded(EntityHandle handle); public static int ToMemberRefParent(EntityHandle handle); public static int ToMethodDefOrRef(EntityHandle handle); public static int ToResolutionScope(EntityHandle handle); public static int ToTypeDefOrRef(EntityHandle handle); public static int ToTypeDefOrRefOrSpec(EntityHandle handle); public static int ToTypeOrMethodDef(EntityHandle handle); public static int ToHasCustomDebugInformation(EntityHandle handle); } }