1 write to m_leftChild
System.Core (1)
System\Linq\Parallel\QueryOperators\Binary\ZipQueryOperator.cs (1)
67m_leftChild = left;
5 references to m_leftChild
System.Core (5)
System\Linq\Parallel\QueryOperators\Binary\ZipQueryOperator.cs (5)
70m_outputOrdered = m_leftChild.OutputOrdered || m_rightChild.OutputOrdered; 72OrdinalIndexState leftIndexState = m_leftChild.OrdinalIndexState; 90QueryResults<TLeftInput> leftChildResults = m_leftChild.Open(settings, preferStriping); 97false, ParallelMergeOptions.FullyBuffered, settings.TaskScheduler, m_leftChild.OutputOrdered, 123using(IEnumerator<TLeftInput> leftEnumerator = m_leftChild.AsSequentialQuery(token).GetEnumerator())