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