2 writes to _lastRowId
System.Reflection.Metadata (2)
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (2)
707_lastRowId = reader.PropertyTable.NumberOfRows; 716reader.GetPropertyRange(containingType, out _firstRowId, out _lastRowId);
2 references to _lastRowId
System.Reflection.Metadata (2)
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (2)
723return _lastRowId - _firstRowId + 1; 729return new Enumerator(_reader, _firstRowId, _lastRowId);