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