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