3 writes to _currentRowId
System.Reflection.Metadata (3)
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (3)
1899
_currentRowId
= 0;
1916
_currentRowId
= EnumEnded;
1921
_currentRowId
++;
2 references to _currentRowId
System.Reflection.Metadata (2)
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (2)
1906
return AssemblyFileHandle.FromRowId((int)(
_currentRowId
& TokenTypeIds.RIDMask));
1914
if (
_currentRowId
>= _lastRowId)