3 writes to _currentRowId
System.Reflection.Metadata (3)
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (3)
877_currentRowId = firstRowId - 1; 909_currentRowId = EnumEnded; 914_currentRowId++;
3 references to _currentRowId
System.Reflection.Metadata (3)
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (3)
893return EventDefinitionHandle.FromRowId((int)(_currentRowId & TokenTypeIds.RIDMask)); 900return _reader.EventPtrTable.GetEventFor(_currentRowId & (int)TokenTypeIds.RIDMask); 907if (_currentRowId >= _lastRowId)