1 write to RowSize
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
1316
this.
RowSize
= _PropertyListOffset + propertyRefSize;
5 references to RowSize
System.Reflection.Metadata (5)
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (1)
70
TableIndex.PropertyMap => reader.PropertyMapTable.
RowSize
,
System\Reflection\Metadata\Internal\Tables.cs (4)
1317
this.Block = containingBlock.GetMemoryBlockAt(containingBlockOffset, this.
RowSize
* numberOfRows);
1327
this.
RowSize
,
1337
int rowOffset = (rowId - 1) * this.
RowSize
;
1343
int rowOffset = (rowId - 1) * this.
RowSize
;