4 references to CustomAttributeTypeTag
System.Reflection.Metadata (4)
System\Reflection\Metadata\Ecma335\CodedIndex.cs (4)
50public static int CustomAttributeType(EntityHandle handle) => (handle.RowId << (int)CustomAttributeTypeTag.BitCount) | (int)ToCustomAttributeTypeTag(handle.Kind); 262private static CustomAttributeTypeTag ToCustomAttributeTypeTag(HandleKind kind) 266case HandleKind.MethodDefinition: return CustomAttributeTypeTag.MethodDef; 267case HandleKind.MemberReference: return CustomAttributeTypeTag.MemberRef;