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