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