1 write to ClassLayoutTable
System.Reflection.Metadata (1)
System\Reflection\Metadata\MetadataReader.cs (1)
656this.ClassLayoutTable = new ClassLayoutTableReader(rowCounts[(int)TableIndex.ClassLayout], IsDeclaredSorted(TableMask.ClassLayout), GetReferenceSize(rowCounts, TableIndex.TypeDef), metadataTablesMemoryBlock, totalRequiredSize);
6 references to ClassLayoutTable
System.Reflection.Metadata (6)
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (2)
64TableIndex.ClassLayout => reader.ClassLayoutTable.RowSize, 145TableIndex.ClassLayout => reader.ClassLayoutTable.Block,
System\Reflection\Metadata\MetadataReader.cs (1)
657totalRequiredSize += this.ClassLayoutTable.Block.Length;
System\Reflection\Metadata\TypeSystem\TypeDefinition.cs (3)
126int classLayoutRowId = _reader.ClassLayoutTable.FindRow(Handle); 143uint size = _reader.ClassLayoutTable.GetClassSize(classLayoutRowId); 153int packingSize = _reader.ClassLayoutTable.GetPackingSize(classLayoutRowId);