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