3 references to ImportScope
System.Reflection.Metadata (3)
System\Reflection\Metadata\HandleKind.cs (1)
42
ImportScope = (byte)HandleType.
ImportScope
,
System\Reflection\Metadata\Internal\MetadataFlags.cs (1)
325
internal const uint ImportScope = HandleType.
ImportScope
<< RowIdBitCount;
System\Reflection\Metadata\PortablePdb\Handles.Debug.cs (1)
440
private const byte tokenTypeSmall = (byte)HandleType.
ImportScope
;