1 write to _source
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\ListQueryResults.cs (1)
26_source = source;
3 references to _source
System.Linq.Parallel (3)
System\Linq\Parallel\QueryOperators\ListQueryResults.cs (3)
44get { return _source.Count; } 49return _source[index]; 54return ExchangeUtilities.PartitionDataSource(_source, _partitionCount, _useStriping);