src\Dependencies\Collections\Segmented\SegmentedList`1.cs (9)
290return Count - 1;
316SegmentedArray.Copy(list._items, 0, _items, _size, list.Count);
379=> BinarySearch(0, Count, item, null);
382=> BinarySearch(0, Count, item, comparer);
737Count == 0 ? GetEmptyEnumerator() :
928SegmentedArray.Copy(list._items, 0, _items, index, list.Count);
1186=> Reverse(0, Count);
1218=> Sort(0, Count, null);
1223=> Sort(0, Count, comparer);