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