3 writes to _currentRowId
System.Reflection.Metadata (3)
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (3)
517
_currentRowId
= firstRowId - 1;
549
_currentRowId
= EnumEnded;
554
_currentRowId
++;
3 references to _currentRowId
System.Reflection.Metadata (3)
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (3)
533
return MethodDefinitionHandle.FromRowId((int)(
_currentRowId
& TokenTypeIds.RIDMask));
540
return _reader.MethodPtrTable.GetMethodFor(
_currentRowId
& (int)TokenTypeIds.RIDMask);
547
if (
_currentRowId
>= _lastRowId)