2 instantiations of ElementAtQueryOperator
System.Linq.Parallel (2)
System\Linq\ParallelEnumerable.cs (2)
5915
ElementAtQueryOperator<TSource> op = new
ElementAtQueryOperator
<TSource>(source, index);
5955
ElementAtQueryOperator<TSource> op = new
ElementAtQueryOperator
<TSource>(source, index);
2 references to ElementAtQueryOperator
System.Linq.Parallel (2)
System\Linq\ParallelEnumerable.cs (2)
5915
ElementAtQueryOperator
<TSource> op = new ElementAtQueryOperator<TSource>(source, index);
5955
ElementAtQueryOperator
<TSource> op = new ElementAtQueryOperator<TSource>(source, index);