1 write to NumberOfRows
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
524this.NumberOfRows = numberOfRows;
1 reference to NumberOfRows
System.Reflection.Metadata (1)
System\Reflection\Metadata\MetadataReader.cs (1)
933lastParamRowId = (this.UseParamPtrTable ? this.ParamPtrTable.NumberOfRows : this.ParamTable.NumberOfRows);