1 write to RowSize
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
1412
this.
RowSize
= _PropertyOffset + propertyTableRowRefSize;
3 references to RowSize
System.Reflection.Metadata (3)
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (1)
71
TableIndex.PropertyPtr => reader.PropertyPtrTable.
RowSize
,
System\Reflection\Metadata\Internal\Tables.cs (2)
1413
this.Block = containingBlock.GetMemoryBlockAt(containingBlockOffset, this.
RowSize
* numberOfRows);
1421
int rowOffset = (rowId - 1) * this.
RowSize
;