3 writes to _currentRowId
System.Reflection.Metadata (3)
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (3)
1093_currentRowId = firstRowId - 1; 1124_currentRowId = EnumEnded; 1129_currentRowId++;
3 references to _currentRowId
System.Reflection.Metadata (3)
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (3)
1108return ParameterHandle.FromRowId((int)(_currentRowId & TokenTypeIds.RIDMask)); 1115return _reader.ParamPtrTable.GetParamFor(_currentRowId & (int)TokenTypeIds.RIDMask); 1122if (_currentRowId >= _lastRowId)