3 references to Constant
System.Reflection.Metadata (3)
System\Reflection\Metadata\HandleKind.cs (1)
18
Constant = (byte)HandleType.
Constant
,
System\Reflection\Metadata\Internal\MetadataFlags.cs (1)
297
internal const uint Constant = HandleType.
Constant
<< RowIdBitCount;
System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs (1)
1886
private const byte tokenTypeSmall = (byte)HandleType.
Constant
;