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