1 write to NumberOfRows
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
1444
this.
NumberOfRows
= numberOfRows;
3 references to NumberOfRows
System.Reflection.Metadata (3)
System\Reflection\Metadata\MetadataReader.cs (2)
913
lastPropertyRowId = (this.UsePropertyPtrTable) ? this.PropertyPtrTable.NumberOfRows : this.PropertyTable.
NumberOfRows
;
1370
return PropertyMapTable.FindTypeContainingProperty(propertyDef.RowId, PropertyTable.
NumberOfRows
);
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (1)
707
_lastRowId = reader.PropertyTable.
NumberOfRows
;