12 references to WrapEnumerable
System.Linq.Parallel (12)
System\Linq\Parallel\QueryOperators\QueryOperator.cs (2)
132return ExceptionAggregator.WrapEnumerable(opSequential, querySettings.CancellationState).GetEnumerator(); 205return ExceptionAggregator.WrapEnumerable(opSequentialWithCancelChecks, querySettings.CancellationState).ToArray();
System\Linq\Parallel\QueryOperators\Unary\ElementAtQueryOperator.cs (2)
136result = ExceptionAggregator.WrapEnumerable(childWithCancelChecks, cancelState).ElementAtOrDefault(_index)!; 142result = ExceptionAggregator.WrapEnumerable(childWithCancelChecks, cancelState).ElementAt(_index);
System\Linq\ParallelEnumerable.cs (8)
5413return ExceptionAggregator.WrapEnumerable(childWithCancelChecks, settings.CancellationState) 5455return ExceptionAggregator.WrapEnumerable(childWithCancelChecks, settings.CancellationState) 5496return ExceptionAggregator.WrapEnumerable(childWithCancelChecks, 5541return ExceptionAggregator.WrapEnumerable( 5590return ExceptionAggregator.WrapEnumerable(childWithCancelChecks, settings.CancellationState).Last(); 5632return ExceptionAggregator.WrapEnumerable( 5674return ExceptionAggregator.WrapEnumerable(childWithCancelChecks, settings.CancellationState).LastOrDefault(); 5715return ExceptionAggregator.WrapEnumerable(