1 write to RowSize
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
1821this.RowSize = _FuncCodeOffset + sizeof(uint);
4 references to RowSize
System.Reflection.Metadata (4)
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (1)
79TableIndex.EncLog => reader.EncLogTable.RowSize,
System\Reflection\Metadata\Internal\Tables.cs (3)
1822this.Block = containingBlock.GetMemoryBlockAt(containingBlockOffset, this.RowSize * numberOfRows); 1827int rowOffset = (rowId - 1) * this.RowSize; 1833int rowOffset = (rowId - 1) * this.RowSize;