2 references to SkipBefore
System.Linq (2)
System\Linq\SkipTake.SpeedOpt.cs (2)
395
if (
SkipBefore
(_minIndexInclusive + index, en) && en.MoveNext())
520
private bool SkipBeforeFirst(IEnumerator<TSource> en) =>
SkipBefore
(_minIndexInclusive, en);