4 references to WrapFunc
System.Linq.Parallel (4)
System\Linq\ParallelEnumerable.cs (4)
5453
.First(ExceptionAggregator.
WrapFunc
<TSource, bool>(predicate, settings.CancellationState));
5540
.FirstOrDefault(ExceptionAggregator.
WrapFunc
<TSource, bool>(predicate, settings.CancellationState));
5631
.Last(ExceptionAggregator.
WrapFunc
<TSource, bool>(predicate, settings.CancellationState));
5714
.LastOrDefault(ExceptionAggregator.
WrapFunc
<TSource, bool>(predicate, settings.CancellationState));