5 references to RowId
System.Reflection.Metadata (5)
System\Reflection\Metadata\Internal\Tables.cs (3)
2165int rowOffset = (handle.RowId - 1) * this.RowSize; 2171int rowOffset = (handle.RowId - 1) * this.RowSize; 2177int rowOffset = (handle.RowId - 1) * this.RowSize;
System\Reflection\Metadata\TypeSystem\AssemblyFile.cs (1)
21_rowId = handle.RowId;
System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs (1)
2100return RowId == 0;