3 writes to _currentRowId
System.Reflection.Metadata (3)
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (3)
1204
_currentRowId
= firstRowId - 1;
1222
_currentRowId
= EnumEnded;
1227
_currentRowId
++;
2 references to _currentRowId
System.Reflection.Metadata (2)
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (2)
1212
return InterfaceImplementationHandle.FromRowId((int)(
_currentRowId
& TokenTypeIds.RIDMask));
1220
if (
_currentRowId
>= _lastRowId)