1 instantiation of LocalConstantTableReader
System.Reflection.Metadata (1)
System\Reflection\Metadata\MetadataReader.cs (1)
767
this.LocalConstantTable = new
LocalConstantTableReader
(rowCounts[(int)TableIndex.LocalConstant], stringHeapRefSize, blobHeapRefSize, metadataTablesMemoryBlock, totalRequiredSize);
1 reference to LocalConstantTableReader
System.Reflection.Metadata (1)
System\Reflection\Metadata\MetadataReader.cs (1)
427
internal
LocalConstantTableReader
LocalConstantTable;