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)
653return FieldDefinitionHandle.FromRowId((int)(_currentRowId & TokenTypeIds.RIDMask)); 660return _reader.FieldPtrTable.GetFieldFor(_currentRowId & (int)TokenTypeIds.RIDMask); 667if (_currentRowId >= _lastRowId)