1 write to NumberOfRows
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
383
this.
NumberOfRows
= numberOfRows;
2 references to NumberOfRows
System.Reflection.Metadata (2)
System\Reflection\Metadata\MetadataReader.cs (2)
835
internal bool UseMethodPtrTable => MethodPtrTable.
NumberOfRows
> 0;
871
lastMethodRowId = (this.UseMethodPtrTable) ? this.MethodPtrTable.
NumberOfRows
: this.MethodDefTable.NumberOfRows;