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)
1108
return ParameterHandle.FromRowId((int)(
_currentRowId
& TokenTypeIds.RIDMask));
1115
return _reader.ParamPtrTable.GetParamFor(
_currentRowId
& (int)TokenTypeIds.RIDMask);
1122
if (
_currentRowId
>= _lastRowId)