1 write to m_results
System.Core (1)
System\Linq\Parallel\QueryOperators\BinaryQueryOperator.cs (1)
149m_results = results;
2 references to m_results
System.Core (2)
System\Linq\Parallel\QueryOperators\BinaryQueryOperator.cs (2)
157new RightChildResultsRecipient<TLeftKey>(m_outputRecipient, m_results.m_op, source, m_preferStriping, m_settings); 158m_results.m_rightChildQueryResults.GivePartitionedStream(rightChildRecipient);