2 writes to _lastRowId
System.Reflection.Metadata (2)
System\Reflection\Metadata\PortablePdb\HandleCollections.Debug.cs (2)
432_lastRowId = reader.LocalVariableTable.NumberOfRows; 436reader.GetLocalVariableRange(scope, out _firstRowId, out _lastRowId);
2 references to _lastRowId
System.Reflection.Metadata (2)
System\Reflection\Metadata\PortablePdb\HandleCollections.Debug.cs (2)
444return _lastRowId - _firstRowId + 1; 450return new Enumerator(_reader, _firstRowId, _lastRowId);