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)
271return wrapper.WrappedEnumerable; 1858if (sourceAsWrapper.WrappedEnumerable is ICollection<TSource> sourceAsCollection) 1929if (sourceAsWrapper.WrappedEnumerable is ICollection<TSource> sourceAsCollection)