4 references to WrapFunc
System.Linq.Parallel (4)
System\Linq\ParallelEnumerable.cs (4)
5456
.First(ExceptionAggregator.
WrapFunc
<TSource, bool>(predicate, settings.CancellationState));
5543
.FirstOrDefault(ExceptionAggregator.
WrapFunc
<TSource, bool>(predicate, settings.CancellationState));
5634
.Last(ExceptionAggregator.
WrapFunc
<TSource, bool>(predicate, settings.CancellationState));
5717
.LastOrDefault(ExceptionAggregator.
WrapFunc
<TSource, bool>(predicate, settings.CancellationState));