1 write to LocalConstantTable
System.Reflection.Metadata (1)
System\Reflection\Metadata\MetadataReader.cs (1)
767
this.
LocalConstantTable
= new LocalConstantTableReader(rowCounts[(int)TableIndex.LocalConstant], stringHeapRefSize, blobHeapRefSize, metadataTablesMemoryBlock, totalRequiredSize);
7 references to LocalConstantTable
System.Reflection.Metadata (7)
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (2)
100
TableIndex.LocalConstant => reader.
LocalConstantTable
.RowSize,
181
TableIndex.LocalConstant => reader.
LocalConstantTable
.Block,
System\Reflection\Metadata\MetadataReader.cs (2)
768
totalRequiredSize += this.
LocalConstantTable
.Block.Length;
973
lastConstantRowId = this.
LocalConstantTable
.NumberOfRows;
System\Reflection\Metadata\PortablePdb\HandleCollections.Debug.cs (1)
538
_lastRowId = reader.
LocalConstantTable
.NumberOfRows;
System\Reflection\Metadata\PortablePdb\LocalConstant.cs (2)
32
public StringHandle Name => _reader.
LocalConstantTable
.GetName(Handle);
37
public BlobHandle Signature => _reader.
LocalConstantTable
.GetSignature(Handle);