1 write to RowSize
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
496this.RowSize = _ParamOffset + paramTableRowRefSize;
3 references to RowSize
System.Reflection.Metadata (3)
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (1)
56TableIndex.ParamPtr => reader.ParamPtrTable.RowSize,
System\Reflection\Metadata\Internal\Tables.cs (2)
497this.Block = containingBlock.GetMemoryBlockAt(containingBlockOffset, this.RowSize * numberOfRows); 502int rowOffset = (rowId - 1) * this.RowSize;