1 write to RowSize
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
781this.RowSize = _ValueOffset + blobHeapRefSize;
9 references to RowSize
System.Reflection.Metadata (9)
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (1)
61TableIndex.CustomAttribute => reader.CustomAttributeTable.RowSize,
System\Reflection\Metadata\Internal\Tables.cs (8)
782this.Block = containingBlock.GetMemoryBlockAt(containingBlockOffset, this.RowSize * numberOfRows); 789this.RowSize, 797int rowOffset = (handle.RowId - 1) * this.RowSize; 803int rowOffset = (handle.RowId - 1) * this.RowSize; 809int rowOffset = (handle.RowId - 1) * this.RowSize; 821this.RowSize, 833this.RowSize, 856return this.Block.IsOrderedByReferenceAscending(this.RowSize, _ParentOffset, _IsHasCustomAttributeRefSizeSmall);