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