1 write to RowSize
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
1595this.RowSize = _MethodDeclarationOffset + methodDefOrRefRefSize;
7 references to RowSize
System.Reflection.Metadata (7)
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (1)
74TableIndex.MethodImpl => reader.MethodImplTable.RowSize,
System\Reflection\Metadata\Internal\Tables.cs (6)
1596this.Block = containingBlock.GetMemoryBlockAt(containingBlockOffset, this.RowSize * numberOfRows); 1606int rowOffset = (handle.RowId - 1) * this.RowSize; 1612int rowOffset = (handle.RowId - 1) * this.RowSize; 1618int rowOffset = (handle.RowId - 1) * this.RowSize; 1630this.RowSize, 1651return this.Block.IsOrderedByReferenceAscending(this.RowSize, _ClassOffset, _IsTypeDefTableRowRefSizeSmall);