8 references to RowId
System.Reflection.Metadata (8)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (1)
866Owner = genericParameter.RowId,
System\Reflection\Metadata\Internal\Tables.cs (5)
2418int rowOffset = (handle.RowId - 1) * this.RowSize; 2424int rowOffset = (handle.RowId - 1) * this.RowSize; 2430int rowOffset = (handle.RowId - 1) * this.RowSize; 2436int rowOffset = (handle.RowId - 1) * this.RowSize; 2564(uint)genericParameter.RowId,
System\Reflection\Metadata\TypeSystem\GenericParameter.cs (1)
21_rowId = handle.RowId;
System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs (1)
1401return RowId == 0;