7 references to RowId
System.Reflection.Metadata (7)
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)
1410
int rowOffset = (handle.
RowId
- 1) * this.RowSize;
1416
int rowOffset = (handle.
RowId
- 1) * this.RowSize;
1422
int rowOffset = (handle.
RowId
- 1) * this.RowSize;
System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs (1)
1152
return
RowId
== 0;
System\Reflection\Metadata\TypeSystem\PropertyDefinition.cs (1)
23
_rowId = handle.
RowId
;