1 write to _rightChildResults
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Binary\ZipQueryOperator.cs (1)
176
_rightChildResults
= rightChildResults;
3 references to _rightChildResults
System.Linq.Parallel (3)
System\Linq\Parallel\QueryOperators\Binary\ZipQueryOperator.cs (3)
182
Debug.Assert(
_rightChildResults
.IsIndexible);
184
_count = Math.Min(_leftChildResults.Count,
_rightChildResults
.Count);
199
return _resultSelector(_leftChildResults.GetElement(index),
_rightChildResults
.GetElement(index));