2 writes to _lastRowId
System.Reflection.Metadata (2)
System\Reflection\Metadata\PortablePdb\HandleCollections.Debug.cs (2)
741
_lastRowId
= reader.CustomDebugInformationTable.NumberOfRows;
749
reader.CustomDebugInformationTable.GetRange(handle, out _firstRowId, out
_lastRowId
);
2 references to _lastRowId
System.Reflection.Metadata (2)
System\Reflection\Metadata\PortablePdb\HandleCollections.Debug.cs (2)
756
return
_lastRowId
- _firstRowId + 1;
762
return new Enumerator(_reader, _firstRowId,
_lastRowId
);