5 references to RowId
System.Reflection.Metadata (5)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (1)
1281ConstantList = constantList.RowId,
System\Reflection\Metadata\PortablePdb\Handles.Debug.cs (1)
405return RowId == 0;
System\Reflection\Metadata\PortablePdb\LocalConstant.cs (1)
27_rowId = handle.RowId;
System\Reflection\Metadata\PortablePdb\Tables.Debug.cs (2)
316int rowOffset = (handle.RowId - 1) * RowSize; 322int rowOffset = (handle.RowId - 1) * RowSize;