1 write to m_rightChild
System.Core (1)
System\Linq\Parallel\QueryOperators\Binary\ZipQueryOperator.cs (1)
68m_rightChild = right;
5 references to m_rightChild
System.Core (5)
System\Linq\Parallel\QueryOperators\Binary\ZipQueryOperator.cs (5)
70m_outputOrdered = m_leftChild.OutputOrdered || m_rightChild.OutputOrdered; 73OrdinalIndexState rightIndexState = m_rightChild.OrdinalIndexState; 91QueryResults<TRightInput> rightChildResults = m_rightChild.Open(settings, preferStriping); 107false, ParallelMergeOptions.FullyBuffered, settings.TaskScheduler, m_rightChild.OutputOrdered, 124using(IEnumerator<TRightInput> rightEnumerator = m_rightChild.AsSequentialQuery(token).GetEnumerator())