3 writes to _currentRowId
System.Reflection.Metadata (3)
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (3)
1385
_currentRowId
= 0;
1402
_currentRowId
= EnumEnded;
1407
_currentRowId
++;
2 references to _currentRowId
System.Reflection.Metadata (2)
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (2)
1392
return TypeReferenceHandle.FromRowId((int)(
_currentRowId
& TokenTypeIds.RIDMask));
1400
if (
_currentRowId
>= _lastRowId)