1 write to RowSize
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
1339
this.
RowSize
= _PropertyListOffset + propertyRefSize;
6 references to RowSize
System.Reflection.Metadata (6)
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (1)
70
TableIndex.PropertyMap => reader.PropertyMapTable.
RowSize
,
System\Reflection\Metadata\Internal\Tables.cs (5)
1340
this.Block = containingBlock.GetMemoryBlockAt(containingBlockOffset, this.
RowSize
* numberOfRows);
1350
this.
RowSize
,
1360
int rowOffset = (rowId - 1) * this.
RowSize
;
1366
int rowOffset = (rowId - 1) * this.
RowSize
;
1373
int slot = this.Block.BinarySearchForSlot(numOfRows, this.
RowSize
, _PropertyListOffset, (uint)propertyRowId, _IsPropertyRefSizeSmall);