5 references to RowId
System.Reflection.Metadata (5)
System\Reflection\Metadata\PortablePdb\CustomDebugInformation.cs (1)
21_rowId = handle.RowId;
System\Reflection\Metadata\PortablePdb\Handles.Debug.cs (1)
571return RowId == 0;
System\Reflection\Metadata\PortablePdb\Tables.Debug.cs (3)
471int rowOffset = (handle.RowId - 1) * RowSize; 477int rowOffset = (handle.RowId - 1) * RowSize; 483int rowOffset = (handle.RowId - 1) * RowSize;