3 references to CustomAttribute
System.Reflection.Metadata (3)
System\Reflection\Metadata\HandleKind.cs (1)
19CustomAttribute = (byte)HandleType.CustomAttribute,
System\Reflection\Metadata\Internal\MetadataFlags.cs (1)
298internal const uint CustomAttribute = HandleType.CustomAttribute << RowIdBitCount;
System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs (1)
1720private const byte tokenTypeSmall = (byte)HandleType.CustomAttribute;