1 write to RowSize
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
1867
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)
1868
this.Block = containingBlock.GetMemoryBlockAt(containingBlockOffset, this.
RowSize
* numberOfRows);
1873
int rowOffset = (rowId - 1) * this.
RowSize
;
1879
int rowOffset = (rowId - 1) * this.
RowSize
;