Implemented interface members:
6 references to Count
System.Linq (6)
System\Linq\SkipTake.SpeedOpt.cs (6)
116public override int GetCount(bool onlyIfCheap) => Count; 120int count = Count; 133int count = Count; 145Fill(_source, array.AsSpan(arrayIndex, Count), _minIndexInclusive); 177int end = _minIndexInclusive + Count; 194if ((uint)index >= (uint)Count)