5 references to RowId
System.Reflection.Metadata (5)
System\Reflection\Metadata\Internal\Tables.cs (3)
714
int rowOffset = (handle.
RowId
- 1) * this.RowSize;
720
int rowOffset = (handle.
RowId
- 1) * this.RowSize;
726
int rowOffset = (handle.
RowId
- 1) * this.RowSize;
System\Reflection\Metadata\MetadataReader.cs (1)
1204
return new Constant(this, handle.
RowId
);
System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs (1)
1934
return
RowId
== 0;