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