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