11 references to ExecuteAndCollectResults
System.Core (11)
System\Linq\Parallel\QueryOperators\Unary\ConcatQueryOperator.cs (2)
88
ExecuteAndCollectResults
(leftStream, leftStream.PartitionCount, LeftChild.OutputOrdered, preferStriping, settings);
107
ExecuteAndCollectResults
(rightStream, leftStreamInc.PartitionCount, LeftChild.OutputOrdered, preferStriping, settings);
System\Linq\Parallel\QueryOperators\Unary\ElementAtQueryOperator.cs (1)
78
intKeyStream =
ExecuteAndCollectResults
(inputStream, partitionCount, Child.OutputOrdered, preferStriping, settings).GetPartitionedStream();
System\Linq\Parallel\QueryOperators\Unary\FirstQueryOperator.cs (1)
66
ListQueryResults<TSource> listResults =
ExecuteAndCollectResults
(inputStream, inputStream.PartitionCount, Child.OutputOrdered, preferStriping, settings);
System\Linq\Parallel\QueryOperators\Unary\IndexedSelectQueryOperator.cs (1)
101
ListQueryResults<TInput> listResults = QueryOperator<TInput>.
ExecuteAndCollectResults
(
System\Linq\Parallel\QueryOperators\Unary\IndexedWhereQueryOperator.cs (1)
96
ListQueryResults<TInputOutput> listResults =
ExecuteAndCollectResults
(inputStream, partitionCount, Child.OutputOrdered, preferStriping, settings);
System\Linq\Parallel\QueryOperators\Unary\LastQueryOperator.cs (1)
67
ExecuteAndCollectResults
(inputStream, inputStream.PartitionCount, Child.OutputOrdered, preferStriping, settings).GetPartitionedStream();
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (2)
120
QueryOperator<TLeftInput>.
ExecuteAndCollectResults
(inputStream, partitionCount, OutputOrdered, preferStriping, settings);
136
QueryOperator<TLeftInput>.
ExecuteAndCollectResults
(inputStream, partitionCount, OutputOrdered, preferStriping, settings)
System\Linq\Parallel\QueryOperators\Unary\TakeOrSkipQueryOperator.cs (1)
98
ListQueryResults<TResult> results =
ExecuteAndCollectResults
(
System\Linq\Parallel\QueryOperators\Unary\TakeOrSkipWhileQueryOperator.cs (1)
122
ListQueryResults<TResult> results =
ExecuteAndCollectResults
(inputStream, inputStream.PartitionCount, Child.OutputOrdered, preferStriping, settings);