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)
533return MethodDefinitionHandle.FromRowId((int)(_currentRowId & TokenTypeIds.RIDMask)); 540return _reader.MethodPtrTable.GetMethodFor(_currentRowId & (int)TokenTypeIds.RIDMask); 547if (_currentRowId >= _lastRowId)