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)
893
return EventDefinitionHandle.FromRowId((int)(
_currentRowId
& TokenTypeIds.RIDMask));
900
return _reader.EventPtrTable.GetEventFor(
_currentRowId
& (int)TokenTypeIds.RIDMask);
907
if (
_currentRowId
>= _lastRowId)