3 writes to _currentRowId
System.Reflection.Metadata (3)
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (3)
75
_currentRowId
= firstRowId - 1;
94
_currentRowId
= EnumEnded;
99
_currentRowId
++;
2 references to _currentRowId
System.Reflection.Metadata (2)
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (2)
84
return GenericParameterHandle.FromRowId((int)(
_currentRowId
& TokenTypeIds.RIDMask));
92
if (
_currentRowId
>= _lastRowId)