12 references to WrapEnumerable
System.Core (12)
System\Linq\Parallel\QueryOperators\QueryOperator.cs (2)
136
return ExceptionAggregator.
WrapEnumerable
(opSequential, querySettings.CancellationState).GetEnumerator();
212
return ExceptionAggregator.
WrapEnumerable
(opSequentialWithCancelChecks, querySettings.CancellationState).ToArray();
System\Linq\Parallel\QueryOperators\Unary\ElementAtQueryOperator.cs (2)
139
result = ExceptionAggregator.
WrapEnumerable
(childWithCancelChecks, cancelState).ElementAtOrDefault(m_index);
145
result = ExceptionAggregator.
WrapEnumerable
(childWithCancelChecks, cancelState).ElementAt(m_index);
System\Linq\ParallelEnumerable.cs (8)
5457
return ExceptionAggregator.
WrapEnumerable
(childWithCancelChecks, settings.CancellationState)
5499
return ExceptionAggregator.
WrapEnumerable
(childWithCancelChecks, settings.CancellationState)
5541
return ExceptionAggregator.
WrapEnumerable
(childWithCancelChecks,
5586
return ExceptionAggregator.
WrapEnumerable
(
5635
return ExceptionAggregator.
WrapEnumerable
(childWithCancelChecks, settings.CancellationState).Last();
5677
return ExceptionAggregator.
WrapEnumerable
(
5719
return ExceptionAggregator.
WrapEnumerable
(childWithCancelChecks, settings.CancellationState).LastOrDefault();
5760
return ExceptionAggregator.
WrapEnumerable
(