1 write to _resultSelector
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Binary\ZipQueryOperator.cs (1)
64
_resultSelector
= resultSelector;
2 references to _resultSelector
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Binary\ZipQueryOperator.cs (2)
113
return new ZipQueryOperatorResults(leftChildResults, rightChildResults,
_resultSelector
, partitionCount, preferStriping);
127
yield return
_resultSelector
(leftEnumerator.Current, rightEnumerator.Current);