6 references to RowId
System.Reflection.Metadata (6)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (2)
1279ImportScope = importScope.RowId, 1342Parent = parentScope.RowId,
System\Reflection\Metadata\PortablePdb\Handles.Debug.cs (1)
488return RowId == 0;
System\Reflection\Metadata\PortablePdb\ImportScope.cs (1)
27_rowId = handle.RowId;
System\Reflection\Metadata\PortablePdb\Tables.Debug.cs (2)
417int rowOffset = (handle.RowId - 1) * RowSize; 423int rowOffset = (handle.RowId - 1) * RowSize;