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