1 write to NumberOfRows
System.Reflection.Metadata (1)
System\Reflection\Metadata\PortablePdb\Tables.Debug.cs (1)
139NumberOfRows = numberOfRows;
5 references to NumberOfRows
System.Reflection.Metadata (5)
System\Reflection\Metadata\MetadataReader.cs (2)
951else if (scopeRowId == this.LocalScopeTable.NumberOfRows) 971else if (scopeRowId == this.LocalScopeTable.NumberOfRows)
System\Reflection\Metadata\PortablePdb\HandleCollections.Debug.cs (2)
224_lastRowId = reader.LocalScopeTable.NumberOfRows; 367int rowCount = _reader.LocalScopeTable.NumberOfRows;
System\Reflection\Metadata\PortablePdb\Tables.Debug.cs (1)
216NumberOfRows,