1 write to AssemblyProcessorTable
System.Reflection.Metadata (1)
System\Reflection\Metadata\MetadataReader.cs (1)
710
this.
AssemblyProcessorTable
= new AssemblyProcessorTableReader(rowCounts[(int)TableIndex.AssemblyProcessor], metadataTablesMemoryBlock, totalRequiredSize);
3 references to AssemblyProcessorTable
System.Reflection.Metadata (3)
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (2)
82
TableIndex.AssemblyProcessor => reader.
AssemblyProcessorTable
.RowSize,
163
TableIndex.AssemblyProcessor => reader.
AssemblyProcessorTable
.Block,
System\Reflection\Metadata\MetadataReader.cs (1)
711
totalRequiredSize += this.
AssemblyProcessorTable
.Block.Length;