1 write to RowSize
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
2211this.RowSize = _ImplementationOffset + implementationRefSize;
9 references to RowSize
System.Reflection.Metadata (9)
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (1)
88TableIndex.ExportedType => reader.ExportedTypeTable.RowSize,
System\Reflection\Metadata\Internal\Tables.cs (8)
2212this.Block = containingBlock.GetMemoryBlockAt(containingBlockOffset, this.RowSize * numberOfRows); 2217int rowOffset = (rowId - 1) * this.RowSize; 2223int rowOffset = (rowId - 1) * this.RowSize; 2229int rowOffset = (rowId - 1) * this.RowSize; 2235int rowOffset = (rowId - 1) * this.RowSize; 2241int rowOffset = (rowId - 1) * this.RowSize; 2247int rowOffset = (rowId - 1) * this.RowSize; 2253int rowOffset = (rowId - 1) * this.RowSize;