3 references to LocalVariable
System.Reflection.Metadata (3)
System\Reflection\Metadata\HandleKind.cs (1)
40LocalVariable = (byte)HandleType.LocalVariable,
System\Reflection\Metadata\Internal\MetadataFlags.cs (1)
323internal const uint LocalVariable = HandleType.LocalVariable << RowIdBitCount;
System\Reflection\Metadata\PortablePdb\Handles.Debug.cs (1)
274private const byte tokenTypeSmall = (byte)HandleType.LocalVariable;