1 write to _rightChildQueryResults
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\BinaryQueryOperator.cs (1)
97
_rightChildQueryResults
= rightChildQueryResults;
2 references to _rightChildQueryResults
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Binary\ConcatQueryOperator.cs (1)
285
return
_rightChildQueryResults
.GetElement(index - _leftChildCount);
System\Linq\Parallel\QueryOperators\BinaryQueryOperator.cs (1)
157
_results.
_rightChildQueryResults
.GivePartitionedStream(rightChildRecipient);