6 references to RowId
System.Reflection.Metadata (6)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (1)
1280VariableList = variableList.RowId,
System\Reflection\Metadata\PortablePdb\Handles.Debug.cs (1)
322return RowId == 0;
System\Reflection\Metadata\PortablePdb\LocalVariable.cs (1)
27_rowId = handle.RowId;
System\Reflection\Metadata\PortablePdb\Tables.Debug.cs (3)
268int rowOffset = (handle.RowId - 1) * RowSize; 274int rowOffset = (handle.RowId - 1) * RowSize; 280int rowOffset = (handle.RowId - 1) * RowSize;