Implemented interface members:
9 references to Count
System.Linq (9)
System\Linq\Range.SpeedOpt.cs (9)
21T[] array = new T[Count]; 36FillIncrementing(array.AsSpan(arrayIndex, Count), _start); 38public override int GetCount(bool onlyIfCheap) => Count; 43count >= Count ? null : 47count >= Count ? this : 52if ((uint)index < (uint)Count) 75uint.CreateTruncating(item - _start) < (uint)Count; 80if (index < (uint)Count) 92if ((uint)index >= (uint)Count)