2 writes to _lastRowId
System.Reflection.Metadata (2)
System\Reflection\Metadata\PortablePdb\HandleCollections.Debug.cs (2)
224
_lastRowId
= reader.LocalScopeTable.NumberOfRows;
228
reader.LocalScopeTable.GetLocalScopeRange(methodDefinitionRowId, out _firstRowId, out
_lastRowId
);
2 references to _lastRowId
System.Reflection.Metadata (2)
System\Reflection\Metadata\PortablePdb\HandleCollections.Debug.cs (2)
236
return
_lastRowId
- _firstRowId + 1;
242
return new Enumerator(_reader, _firstRowId,
_lastRowId
);