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)
773return PropertyDefinitionHandle.FromRowId((int)(_currentRowId & TokenTypeIds.RIDMask)); 780return _reader.PropertyPtrTable.GetPropertyFor(_currentRowId & (int)TokenTypeIds.RIDMask); 787if (_currentRowId >= _lastRowId)