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