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