Implemented interface members:
6 references to Count
System.Linq (6)
System\Linq\SkipTake.SpeedOpt.cs (6)
118public override int GetCount(bool onlyIfCheap) => Count; 122int count = Count; 135int count = Count; 147Fill(_source, array.AsSpan(arrayIndex, Count), _minIndexInclusive); 163int end = _minIndexInclusive + Count; 179if ((uint)index >= (uint)Count)