1 write to RowSize
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
2407
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)
2408
this.Block = containingBlock.GetMemoryBlockAt(containingBlockOffset, this.
RowSize
* numberOfRows);
2418
int rowOffset = (handle.RowId - 1) * this.
RowSize
;
2424
int rowOffset = (handle.RowId - 1) * this.
RowSize
;
2430
int rowOffset = (handle.RowId - 1) * this.
RowSize
;
2436
int rowOffset = (handle.RowId - 1) * this.
RowSize
;
2463
this.
RowSize
,
2482
return this.Block.IsOrderedByReferenceAscending(this.
RowSize
, _OwnerOffset, _IsTypeOrMethodDefRefSizeSmall);