1 write to RowSize
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
1452
this.
RowSize
= _AssociationOffset + hasSemanticRefSize;
7 references to RowSize
System.Reflection.Metadata (7)
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (1)
73
TableIndex.MethodSemantics => reader.MethodSemanticsTable.
RowSize
,
System\Reflection\Metadata\Internal\Tables.cs (6)
1453
this.Block = containingBlock.GetMemoryBlockAt(containingBlockOffset, this.
RowSize
* numberOfRows);
1463
int rowOffset = (rowId - 1) * this.
RowSize
;
1469
int rowOffset = (rowId - 1) * this.
RowSize
;
1475
int rowOffset = (rowId - 1) * this.
RowSize
;
1499
this.
RowSize
,
1519
return this.Block.IsOrderedByReferenceAscending(this.
RowSize
, _AssociationOffset, _IsHasSemanticRefSizeSmall);