3 writes to _currentRowId
System.Reflection.Metadata (3)
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (3)
757
_currentRowId
= firstRowId - 1;
789
_currentRowId
= EnumEnded;
794
_currentRowId
++;
3 references to _currentRowId
System.Reflection.Metadata (3)
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (3)
773
return PropertyDefinitionHandle.FromRowId((int)(
_currentRowId
& TokenTypeIds.RIDMask));
780
return _reader.PropertyPtrTable.GetPropertyFor(
_currentRowId
& (int)TokenTypeIds.RIDMask);
787
if (
_currentRowId
>= _lastRowId)