4 references to RowId
System.Reflection.Metadata (4)
System\Reflection\Metadata\Internal\Tables.cs (2)
2560int rowOffset = (handle.RowId - 1) * this.RowSize; 2566int rowOffset = (handle.RowId - 1) * this.RowSize;
System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs (1)
488return RowId == 0;
System\Reflection\Metadata\TypeSystem\MethodSpecification.cs (1)
22_rowId = handle.RowId;