6 references to RowId
System.Reflection.Metadata (6)
System\Reflection\Metadata\Internal\Tables.cs (4)
2291
int rowOffset = (handle.
RowId
- 1) * this.RowSize;
2297
int rowOffset = (handle.
RowId
- 1) * this.RowSize;
2303
int rowOffset = (handle.
RowId
- 1) * this.RowSize;
2309
int rowOffset = (handle.
RowId
- 1) * this.RowSize;
System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs (1)
2017
return
RowId
== 0;
System\Reflection\Metadata\TypeSystem\ManifestResource.cs (1)
21
_rowId = handle.
RowId
;