1 write to RowSize
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
529this.RowSize = _NameOffset + stringHeapRefSize;
5 references to RowSize
System.Reflection.Metadata (5)
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (1)
57TableIndex.Param => reader.ParamTable.RowSize,
System\Reflection\Metadata\Internal\Tables.cs (4)
530this.Block = containingBlock.GetMemoryBlockAt(containingBlockOffset, this.RowSize * numberOfRows); 535int rowOffset = (handle.RowId - 1) * this.RowSize; 541int rowOffset = (handle.RowId - 1) * this.RowSize; 547int rowOffset = (handle.RowId - 1) * this.RowSize;