1 write to RowSize
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
1030this.RowSize = _ParentOffset + typeDefTableRowRefSize;
7 references to RowSize
System.Reflection.Metadata (7)
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (1)
64TableIndex.ClassLayout => reader.ClassLayoutTable.RowSize,
System\Reflection\Metadata\Internal\Tables.cs (6)
1031this.Block = containingBlock.GetMemoryBlockAt(containingBlockOffset, this.RowSize * numberOfRows); 1041int rowOffset = (rowId - 1) * this.RowSize; 1047int rowOffset = (rowId - 1) * this.RowSize; 1053int rowOffset = (rowId - 1) * this.RowSize; 1062this.RowSize, 1070return this.Block.IsOrderedByReferenceAscending(this.RowSize, _ParentOffset, _IsTypeDefTableRowRefSizeSmall);