4 writes to _currentRowId
System.Reflection.Metadata (4)
System\Reflection\Metadata\PortablePdb\HandleCollections.Debug.cs (4)
333
_currentRowId
= 0;
374
_currentRowId
= EnumEnded;
389
_currentRowId
= EnumEnded;
393
_currentRowId
= nextRowId;
2 references to _currentRowId
System.Reflection.Metadata (2)
System\Reflection\Metadata\PortablePdb\HandleCollections.Debug.cs (2)
342
return LocalScopeHandle.FromRowId((int)(
_currentRowId
& TokenTypeIds.RIDMask));
348
int currentRowId =
_currentRowId
;