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