3 writes to _currentRowId
System.Reflection.Metadata (3)
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (3)
289
_currentRowId
= firstRowId - 1;
322
_currentRowId
= EnumEnded;
327
_currentRowId
++;
3 references to _currentRowId
System.Reflection.Metadata (3)
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (3)
305
return CustomAttributeHandle.FromRowId((int)(
_currentRowId
& TokenTypeIds.RIDMask));
313
_reader.CustomAttributeTable.PtrTable![(
_currentRowId
& (int)TokenTypeIds.RIDMask) - 1]);
320
if (
_currentRowId
>= _lastRowId)