3 writes to _currentRowId
System.Reflection.Metadata (3)
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (3)
183
_currentRowId
= firstRowId - 1;
202
_currentRowId
= EnumEnded;
207
_currentRowId
++;
2 references to _currentRowId
System.Reflection.Metadata (2)
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (2)
192
return GenericParameterConstraintHandle.FromRowId((int)(
_currentRowId
& TokenTypeIds.RIDMask));
200
if (
_currentRowId
>= _lastRowId)