1 write to ClassLayoutTable
System.Reflection.Metadata (1)
System\Reflection\Metadata\MetadataReader.cs (1)
656
this.
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)
64
TableIndex.ClassLayout => reader.
ClassLayoutTable
.RowSize,
145
TableIndex.ClassLayout => reader.
ClassLayoutTable
.Block,
System\Reflection\Metadata\MetadataReader.cs (1)
657
totalRequiredSize += this.
ClassLayoutTable
.Block.Length;
System\Reflection\Metadata\TypeSystem\TypeDefinition.cs (3)
126
int classLayoutRowId = _reader.
ClassLayoutTable
.FindRow(Handle);
143
uint size = _reader.
ClassLayoutTable
.GetClassSize(classLayoutRowId);
153
int packingSize = _reader.
ClassLayoutTable
.GetPackingSize(classLayoutRowId);