5 references to RowId
System.Reflection.Metadata (5)
System\Reflection\Metadata\MetadataReader.cs (2)
943int scopeRowId = scope.RowId; 963int scopeRowId = scope.RowId;
System\Reflection\Metadata\PortablePdb\Handles.Debug.cs (1)
239return RowId == 0;
System\Reflection\Metadata\PortablePdb\LocalScope.cs (1)
27_rowId = handle.RowId;
System\Reflection\Metadata\PortablePdb\Tables.Debug.cs (1)
168int rowOffset = (handle.RowId - 1) * RowSize;