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