1 write to RowSize
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
157this.RowSize = _MethodListOffset + methodRefSize;
11 references to RowSize
System.Reflection.Metadata (11)
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (1)
51TableIndex.TypeDef => reader.TypeDefTable.RowSize,
System\Reflection\Metadata\Internal\Tables.cs (10)
158this.Block = containingBlock.GetMemoryBlockAt(containingBlockOffset, this.RowSize * numberOfRows); 163int rowOffset = (handle.RowId - 1) * this.RowSize; 169int rowOffset = (handle.RowId - 1) * this.RowSize; 175int rowOffset = (handle.RowId - 1) * this.RowSize; 181int rowOffset = (handle.RowId - 1) * this.RowSize; 187int rowOffset = (handle.RowId - 1) * this.RowSize; 193int rowOffset = (rowId - 1) * this.RowSize; 199int rowOffset = (rowId - 1) * this.RowSize; 206int slot = this.Block.BinarySearchForSlot(numOfRows, this.RowSize, _MethodListOffset, (uint)methodDefOrPtrRowId, _IsMethodRefSizeSmall); 247int slot = this.Block.BinarySearchForSlot(numOfRows, this.RowSize, _FieldListOffset, (uint)fieldDefOrPtrRowId, _IsFieldRefSizeSmall);