5 references to RowId
System.Reflection.Metadata (5)
System\Reflection\Metadata\MetadataReader.cs (1)
1430return new LocalScopeHandleCollection(this, handle.RowId);
System\Reflection\Metadata\PortablePdb\Handles.Debug.cs (1)
144return RowId == 0;
System\Reflection\Metadata\PortablePdb\MethodDebugInformation.cs (1)
26_rowId = handle.RowId;
System\Reflection\Metadata\PortablePdb\Tables.Debug.cs (2)
99int rowOffset = (handle.RowId - 1) * RowSize; 105int rowOffset = (handle.RowId - 1) * RowSize;