1 write to RowSize
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
703this.RowSize = _ValueOffset + blobHeapRefSize;
7 references to RowSize
System.Reflection.Metadata (7)
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (1)
60TableIndex.Constant => reader.ConstantTable.RowSize,
System\Reflection\Metadata\Internal\Tables.cs (6)
704this.Block = containingBlock.GetMemoryBlockAt(containingBlockOffset, this.RowSize * numberOfRows); 714int rowOffset = (handle.RowId - 1) * this.RowSize; 720int rowOffset = (handle.RowId - 1) * this.RowSize; 726int rowOffset = (handle.RowId - 1) * this.RowSize; 735this.RowSize, 745return this.Block.IsOrderedByReferenceAscending(this.RowSize, _ParentOffset, _IsHasConstantRefSizeSmall);