3 references to ExportedType
System.Reflection.Metadata (3)
System\Reflection\Metadata\HandleKind.cs (1)
30
ExportedType = (byte)HandleType.
ExportedType
,
System\Reflection\Metadata\Internal\MetadataFlags.cs (1)
312
internal const uint ExportedType = HandleType.
ExportedType
<< RowIdBitCount;
System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs (1)
606
private const byte tokenTypeSmall = (byte)HandleType.
ExportedType
;