3 writes to _currentRowId
System.Reflection.Metadata (3)
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (3)
1703
_currentRowId
= 0;
1731
_currentRowId
++;
1741
_currentRowId
= EnumEnded;
2 references to _currentRowId
System.Reflection.Metadata (2)
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (2)
1722
return AssemblyReferenceHandle.FromRowId((int)(
_currentRowId
& TokenTypeIds.RIDMask));
1729
if (
_currentRowId
< _reader.AssemblyRefTable.NumberOfNonVirtualRows)