1 write to AssemblyRefProcessorTable
System.Reflection.Metadata (1)
System\Reflection\Metadata\MetadataReader.cs (1)
719this.AssemblyRefProcessorTable = new AssemblyRefProcessorTableReader(rowCounts[(int)TableIndex.AssemblyRefProcessor], GetReferenceSize(rowCounts, TableIndex.AssemblyRef), metadataTablesMemoryBlock, totalRequiredSize);
3 references to AssemblyRefProcessorTable
System.Reflection.Metadata (3)
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (2)
85TableIndex.AssemblyRefProcessor => reader.AssemblyRefProcessorTable.RowSize, 166TableIndex.AssemblyRefProcessor => reader.AssemblyRefProcessorTable.Block,
System\Reflection\Metadata\MetadataReader.cs (1)
720totalRequiredSize += this.AssemblyRefProcessorTable.Block.Length;