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