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