1 write to NumberOfRows
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
493
this.
NumberOfRows
= numberOfRows;
2 references to NumberOfRows
System.Reflection.Metadata (2)
System\Reflection\Metadata\MetadataReader.cs (2)
836
internal bool UseParamPtrTable => ParamPtrTable.
NumberOfRows
> 0;
933
lastParamRowId = (this.UseParamPtrTable ? this.ParamPtrTable.
NumberOfRows
: this.ParamTable.NumberOfRows);