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