1 write to AssemblyRefProcessorTable
System.Reflection.Metadata (1)
System\Reflection\Metadata\MetadataReader.cs (1)
719
this.
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)
85
TableIndex.AssemblyRefProcessor => reader.
AssemblyRefProcessorTable
.RowSize,
166
TableIndex.AssemblyRefProcessor => reader.
AssemblyRefProcessorTable
.Block,
System\Reflection\Metadata\MetadataReader.cs (1)
720
totalRequiredSize += this.
AssemblyRefProcessorTable
.Block.Length;