1 write to m_leftChildResults
System.Core (1)
System\Linq\Parallel\QueryOperators\Binary\ZipQueryOperator.cs (1)
176m_leftChildResults = leftChildResults;
3 references to m_leftChildResults
System.Core (3)
System\Linq\Parallel\QueryOperators\Binary\ZipQueryOperator.cs (3)
182Contract.Assert(m_leftChildResults.IsIndexible); 185m_count = Math.Min(m_leftChildResults.Count, m_rightChildResults.Count); 200return m_resultSelector(m_leftChildResults.GetElement(index), m_rightChildResults.GetElement(index));