2 writes to _lastRowId
System.Reflection.Metadata (2)
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (2)
947_lastRowId = reader.MethodImplTable.NumberOfRows; 951reader.MethodImplTable.GetMethodImplRange(containingType, out _firstRowId, out _lastRowId);
2 references to _lastRowId
System.Reflection.Metadata (2)
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (2)
959return _lastRowId - _firstRowId + 1; 965return new Enumerator(_firstRowId, _lastRowId);