1 write to RowSize
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
2453
this.
RowSize
= _NameOffset + stringHeapRefSize;
8 references to RowSize
System.Reflection.Metadata (8)
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (1)
91
TableIndex.GenericParam => reader.GenericParamTable.
RowSize
,
System\Reflection\Metadata\Internal\Tables.cs (7)
2454
this.Block = containingBlock.GetMemoryBlockAt(containingBlockOffset, this.
RowSize
* numberOfRows);
2464
int rowOffset = (handle.RowId - 1) * this.
RowSize
;
2470
int rowOffset = (handle.RowId - 1) * this.
RowSize
;
2476
int rowOffset = (handle.RowId - 1) * this.
RowSize
;
2482
int rowOffset = (handle.RowId - 1) * this.
RowSize
;
2509
this.
RowSize
,
2528
return this.Block.IsOrderedByReferenceAscending(this.
RowSize
, _OwnerOffset, _IsTypeOrMethodDefRefSizeSmall);