3 writes to _currentRowId
System.Reflection.Metadata (3)
System\Reflection\Metadata\PortablePdb\HandleCollections.Debug.cs (3)
585
_currentRowId
= firstRowId - 1;
603
_currentRowId
= EnumEnded;
608
_currentRowId
++;
2 references to _currentRowId
System.Reflection.Metadata (2)
System\Reflection\Metadata\PortablePdb\HandleCollections.Debug.cs (2)
593
return LocalConstantHandle.FromRowId((int)(
_currentRowId
& TokenTypeIds.RIDMask));
601
if (
_currentRowId
>= _lastRowId)