3 writes to _currentRowId
System.Reflection.Metadata (3)
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (3)
1809
_currentRowId
= 0;
1826
_currentRowId
= EnumEnded;
1831
_currentRowId
++;
2 references to _currentRowId
System.Reflection.Metadata (2)
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (2)
1816
return ManifestResourceHandle.FromRowId((int)(
_currentRowId
& TokenTypeIds.RIDMask));
1824
if (
_currentRowId
>= _lastRowId)