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