1 write to m_leftChildQueryResults
System.Core (1)
System\Linq\Parallel\QueryOperators\BinaryQueryOperator.cs (1)
100m_leftChildQueryResults = leftChildQueryResults;
2 references to m_leftChildQueryResults
System.Core (2)
System\Linq\Parallel\QueryOperators\BinaryQueryOperator.cs (1)
128m_leftChildQueryResults.GivePartitionedStream(new LeftChildResultsRecipient(recipient, this, m_preferStriping, m_settings));
System\Linq\Parallel\QueryOperators\Unary\ConcatQueryOperator.cs (1)
288return m_leftChildQueryResults.GetElement(index);