9 references to RowId
System.Reflection.Metadata (9)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (1)
624PropertyList = propertyList.RowId
System\Reflection\Metadata\Internal\HasSemanticsTag.cs (1)
41return (uint)propertyDef.RowId << NumberOfBits | Property;
System\Reflection\Metadata\Internal\Tables.cs (3)
1456int rowOffset = (handle.RowId - 1) * this.RowSize; 1462int rowOffset = (handle.RowId - 1) * this.RowSize; 1468int rowOffset = (handle.RowId - 1) * this.RowSize;
System\Reflection\Metadata\MetadataReader.cs (2)
1367propertyDef = PropertyPtrTable.GetPropertyFor(propertyDef.RowId); 1370return PropertyMapTable.FindTypeContainingProperty(propertyDef.RowId, PropertyTable.NumberOfRows);
System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs (1)
1152return RowId == 0;
System\Reflection\Metadata\TypeSystem\PropertyDefinition.cs (1)
23_rowId = handle.RowId;