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)
285return _rightChildQueryResults.GetElement(index - _leftChildCount);
System\Linq\Parallel\QueryOperators\BinaryQueryOperator.cs (1)
157_results._rightChildQueryResults.GivePartitionedStream(rightChildRecipient);