1 write to RowSize
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
2159this.RowSize = _HashValueOffset + blobHeapRefSize;
5 references to RowSize
System.Reflection.Metadata (5)
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (1)
87TableIndex.File => reader.FileTable.RowSize,
System\Reflection\Metadata\Internal\Tables.cs (4)
2160this.Block = containingBlock.GetMemoryBlockAt(containingBlockOffset, this.RowSize * numberOfRows); 2165int rowOffset = (handle.RowId - 1) * this.RowSize; 2171int rowOffset = (handle.RowId - 1) * this.RowSize; 2177int rowOffset = (handle.RowId - 1) * this.RowSize;