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