1 reference to SkipAndCount
System.Linq (1)
System\Linq\SkipTake.SpeedOpt.cs (1)
522
private static bool SkipBefore(int index, IEnumerator<TSource> en) =>
SkipAndCount
(index, en) == index;