6 references to RowId
System.Reflection.Metadata (6)
System\Reflection\Metadata\Internal\Tables.cs (3)
104
int rowOffset = (handle.
RowId
- 1) * this.RowSize;
110
int rowOffset = (handle.
RowId
- 1) * this.RowSize;
116
int rowOffset = (handle.
RowId
- 1) * this.RowSize;
System\Reflection\Metadata\MetadataReader.cs (1)
1163
return (uint)handle.
RowId
;
System\Reflection\Metadata\MetadataReader.WinMD.cs (1)
329
return TreatmentAndRowId((byte)GetSpecialTypeRefTreatment(handle), handle.
RowId
);
System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs (1)
737
return
RowId
== 0;