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