3 writes to _currentRowId
System.Reflection.Metadata (3)
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (3)
1565
_currentRowId
= 0;
1582
_currentRowId
= EnumEnded;
1587
_currentRowId
++;
2 references to _currentRowId
System.Reflection.Metadata (2)
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (2)
1572
return MemberReferenceHandle.FromRowId((int)(
_currentRowId
& TokenTypeIds.RIDMask));
1580
if (
_currentRowId
>= _lastRowId)