4 references to WrapFunc
System.Core (4)
System\Linq\ParallelEnumerable.cs (4)
5500
.First(ExceptionAggregator.
WrapFunc
<TSource, bool>(predicate, settings.CancellationState));
5588
.FirstOrDefault(ExceptionAggregator.
WrapFunc
<TSource, bool>(predicate, settings.CancellationState));
5679
.Last(ExceptionAggregator.
WrapFunc
<TSource, bool>(predicate, settings.CancellationState));
5762
.LastOrDefault(ExceptionAggregator.
WrapFunc
<TSource, bool>(predicate, settings.CancellationState));