1 write to RowSize
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
1498
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)
1499
this.Block = containingBlock.GetMemoryBlockAt(containingBlockOffset, this.
RowSize
* numberOfRows);
1509
int rowOffset = (rowId - 1) * this.
RowSize
;
1515
int rowOffset = (rowId - 1) * this.
RowSize
;
1521
int rowOffset = (rowId - 1) * this.
RowSize
;
1545
this.
RowSize
,
1565
return this.Block.IsOrderedByReferenceAscending(this.
RowSize
, _AssociationOffset, _IsHasSemanticRefSizeSmall);