3 references to LocalConstant
System.Reflection.Metadata (3)
System\Reflection\Metadata\HandleKind.cs (1)
41
LocalConstant = (byte)HandleType.
LocalConstant
,
System\Reflection\Metadata\Internal\MetadataFlags.cs (1)
324
internal const uint LocalConstant = HandleType.
LocalConstant
<< RowIdBitCount;
System\Reflection\Metadata\PortablePdb\Handles.Debug.cs (1)
357
private const byte tokenTypeSmall = (byte)HandleType.
LocalConstant
;