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