1 write to m_rightChildQueryResults
System.Core (1)
System\Linq\Parallel\QueryOperators\BinaryQueryOperator.cs (1)
101
m_rightChildQueryResults
= rightChildQueryResults;
2 references to m_rightChildQueryResults
System.Core (2)
System\Linq\Parallel\QueryOperators\BinaryQueryOperator.cs (1)
158
m_results.
m_rightChildQueryResults
.GivePartitionedStream(rightChildRecipient);
System\Linq\Parallel\QueryOperators\Unary\ConcatQueryOperator.cs (1)
292
return
m_rightChildQueryResults
.GetElement(index - m_leftChildCount);