3 writes to _currentRowId
System.Reflection.Metadata (3)
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (3)
637
_currentRowId
= firstRowId - 1;
669
_currentRowId
= EnumEnded;
674
_currentRowId
++;
3 references to _currentRowId
System.Reflection.Metadata (3)
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (3)
653
return FieldDefinitionHandle.FromRowId((int)(
_currentRowId
& TokenTypeIds.RIDMask));
660
return _reader.FieldPtrTable.GetFieldFor(
_currentRowId
& (int)TokenTypeIds.RIDMask);
667
if (
_currentRowId
>= _lastRowId)