5 references to WrappedEnumerable
System.Linq.Parallel (5)
System\Linq\Parallel\Partitioning\PartitionedDataSource.cs (1)
80
source = wrapper.
WrappedEnumerable
;
System\Linq\Parallel\QueryOperators\ScanQueryOperator.cs (1)
37
data = wrapper.
WrappedEnumerable
;
System\Linq\ParallelEnumerable.cs (3)
268
return wrapper.
WrappedEnumerable
;
1855
if (sourceAsWrapper.
WrappedEnumerable
is ICollection<TSource> sourceAsCollection)
1926
if (sourceAsWrapper.
WrappedEnumerable
is ICollection<TSource> sourceAsCollection)