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)
44
get { return
_source
.Count; }
49
return
_source
[index];
54
return ExchangeUtilities.PartitionDataSource(
_source
, _partitionCount, _useStriping);